Update #370
This commit is contained in:
parent
8fde865cbb
commit
b62848e363
@ -3573,12 +3573,16 @@ messagedialog { // Message Dialog styling
|
||||
border-radius: $bt_radius;
|
||||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus:hover {
|
||||
@include button(flat-hover);
|
||||
transition: $button_transition;
|
||||
}
|
||||
|
||||
&:active, &:checked {
|
||||
&:focus {
|
||||
background-color: $fill_color;
|
||||
}
|
||||
|
||||
&:active, &:active:hover {
|
||||
@include button(active);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user