diff options
| author | cristiano <[email protected]> | 2020-06-04 13:40:20 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-06-04 13:40:20 +0100 |
| commit | dee9b479a036d5e5fd40e28a0d179c726aa1f91c (patch) | |
| tree | 3f5fbd7cdb3ed3453c2ca8730ac5141276fe9233 | |
| parent | 90d3dae63ae714532698bd3dc5500458859bcc7e (diff) | |
| download | protonmail-themes-dee9b479a036d5e5fd40e28a0d179c726aa1f91c.tar.xz protonmail-themes-dee9b479a036d5e5fd40e28a0d179c726aa1f91c.zip | |
Message checkbox for contacts.
| -rw-r--r-- | templates/@theme-base/_styles.scss | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index 8112308..7adbe55 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -105,23 +105,11 @@ $boxshadow-main: none; } } - &.item-container.selected, &.item-container-row.selected { + &.item-container.selected, &.item-container-row.selected, + &.item-container.active, &.item-is-selected { background: rgba($highlight, 0.1); } - .item-checkbox:checked + .item-icon { - background-color: $highlight; - border-color: $highlight; - } - - .item-checkbox + .item-icon:hover .item-icon-fakecheck-icon { - fill: $highlight; - } - - .item-checkbox:checked + .item-icon:hover .item-icon-fakecheck-icon { - fill: $navigation; - } - .selectBoxElement-container:hover { .item-icon { background-color: transparent; @@ -139,6 +127,19 @@ $boxshadow-main: none; } } +.item-checkbox:checked + .item-icon { + background-color: $highlight; + border-color: $highlight; +} + +.item-checkbox + .item-icon:hover .item-icon-fakecheck-icon { + fill: $highlight; +} + +.item-checkbox:checked + .item-icon:hover .item-icon-fakecheck-icon { + fill: $navigation; +} + // Star icon .starbutton { fill: $highlight !important; @@ -287,7 +288,6 @@ a:active, a:focus, a:hover, } // Badges - .badgeLabel, .badgeLabel-primary { border-color: darken($highlight, 10%); } |
