mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Hover selected buttons are more clear
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
z-index: 1; // we want the selected button to behave like the :hover button; it's on top of the other buttons.
|
||||
color: @text-color-highlight;
|
||||
background-image: -webkit-linear-gradient(darken(@button-background-selected-color, 5%), @button-background-selected-color);
|
||||
&:hover {
|
||||
background-image: -webkit-linear-gradient(@button-background-selected-color, darken(@button-background-selected-color, 5%));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user