mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
add icon button hover
This commit is contained in:
@@ -49,6 +49,14 @@ app-generator .generated-block {
|
|||||||
button {
|
button {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $brand-primary;
|
||||||
|
|
||||||
|
@include themify($themes) {
|
||||||
|
color: $icon-hover-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ $list-icon-color: #767679;
|
|||||||
$disabled-box-opacity: 1;
|
$disabled-box-opacity: 1;
|
||||||
$border-radius: 3px;
|
$border-radius: 3px;
|
||||||
$line-height-base: 1.42857143;
|
$line-height-base: 1.42857143;
|
||||||
|
$icon-hover-color: lighten($text-color, 50%);
|
||||||
|
|
||||||
$gray: #555;
|
$gray: #555;
|
||||||
$gray-light: #777;
|
$gray-light: #777;
|
||||||
|
|||||||
Reference in New Issue
Block a user