diff options
| author | cristiano <[email protected]> | 2020-09-16 12:30:29 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-09-16 12:30:29 +0100 |
| commit | f4033b0003a366c8ccce321f14cdfcf22b1d6cd3 (patch) | |
| tree | 937b1f986e8af24d8748f19331cb235648726e82 /templates/@theme-base | |
| parent | 05c32af382fa8e9184d6458cd41492ad3240b429 (diff) | |
| download | protonmail-themes-f4033b0003a366c8ccce321f14cdfcf22b1d6cd3.tar.xz protonmail-themes-f4033b0003a366c8ccce321f14cdfcf22b1d6cd3.zip | |
Fixes hover colour on dropdown in contacts.
Diffstat (limited to 'templates/@theme-base')
| -rw-r--r-- | templates/@theme-base/_styles.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index 207830b..7dc21c2 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -98,6 +98,11 @@ $boxshadow-main: none; color: darken($highlight, 10%) !important; } +// Dropdown +.dropDown-item-button:focus, .dropDown-item-button:hover, .dropDown-item-link:focus, .dropDown-item-link:hover { + color: $highlight; +} + // Compose window #pm_composer .composer, .composerInputMeta-overlay { |
