disabled state + activation animation
This commit is contained in:
parent
a89a21c3ef
commit
17917932a0
4 changed files with 64 additions and 13 deletions
|
|
@ -65,7 +65,6 @@
|
|||
grid-template-columns: 1fr var(--__line-height);
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: auto;
|
||||
cursor: pointer;
|
||||
|
||||
.menu-checkbox {
|
||||
display: inline-block;
|
||||
|
|
@ -102,4 +101,18 @@
|
|||
.dropdown-item-icon:not(button, a) > a:first-child {
|
||||
grid-template-columns: var(--__line-height) 1fr;
|
||||
}
|
||||
|
||||
a.dropdown-item:not(.disabled),
|
||||
button.dropdown:not(.disabled),
|
||||
.dropdown-item:not(.disabled, button, a) > button:first-child,
|
||||
.dropdown-item:not(.disabled, button, a) > a:first-child {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a.dropdown-item.disabled,
|
||||
button.dropdown.disabled,
|
||||
.dropdown-item.disabled:not(button, a) > button:first-child,
|
||||
.dropdown-item.disabled:not(button, a) > a:first-child {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue