|
|
@ -509,18 +509,36 @@
|
|
|
|
opacity: 0.5;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&:hover:not([disabled]) {
|
|
|
|
&:not([disabled]) {
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: darken($ui-base-color, 10%);
|
|
|
|
background-color: darken($ui-base-color, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
|
|
|
background-color: darken($ui-base-color, 15%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
|
|
|
background-color: darken($ui-base-color, 20%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
&.active {
|
|
|
|
background-color: $ui-highlight-color;
|
|
|
|
background-color: $ui-highlight-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.active:hover:not([disabled]) {
|
|
|
|
&:hover {
|
|
|
|
background-color: lighten($ui-highlight-color, 10%);
|
|
|
|
background-color: lighten($ui-highlight-color, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
|
|
|
background-color: lighten($ui-highlight-color, 15%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
|
|
|
background-color: lighten($ui-highlight-color, 20%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* TODO: check RTL? */
|
|
|
|
/* TODO: check RTL? */
|
|
|
|
&:first-child {
|
|
|
|
&:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-left: 0;
|
|
|
|