GTK3: remove hover animation for link buttons
This commit is contained in:
@@ -31,7 +31,7 @@ button {
|
||||
border-color: transparent;
|
||||
transition: $button_transition;
|
||||
|
||||
&:hover:not(:backdrop) {
|
||||
&:hover:not(:backdrop):not(:link):not(:visited) {
|
||||
@extend %button_active;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user