1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

add icon button hover

This commit is contained in:
DanHillesheim
2022-10-19 17:55:58 -06:00
parent cd8cc6363e
commit d57e909566
2 changed files with 9 additions and 0 deletions

View File

@@ -49,6 +49,14 @@ app-generator .generated-block {
button {
padding: 5px;
margin: 0;
&:hover {
color: $brand-primary;
@include themify($themes) {
color: $icon-hover-color;
}
}
}
}
}

View File

@@ -17,6 +17,7 @@ $list-icon-color: #767679;
$disabled-box-opacity: 1;
$border-radius: 3px;
$line-height-base: 1.42857143;
$icon-hover-color: lighten($text-color, 50%);
$gray: #555;
$gray-light: #777;