This commit is contained in:
Vince 2021-11-24 15:24:19 +08:00
parent 8fde865cbb
commit b62848e363

View file

@ -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);
}
}