mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Proper colors on hover and click
This commit is contained in:
parent
4d0f5f1c4b
commit
79d14dc563
1 changed files with 13 additions and 1 deletions
|
@ -56,7 +56,19 @@
|
|||
|
||||
&:hover {
|
||||
background-color: #e7e7e7;
|
||||
color: #333;
|
||||
|
||||
&:active {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
}
|
||||
|
||||
&.close:hover {
|
||||
background-color: #e81123;
|
||||
fill: #fff;
|
||||
|
||||
&:active {
|
||||
background-color: #f1707a;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
Loading…
Reference in a new issue