diff options
| author | cristiano <[email protected]> | 2020-12-29 01:42:49 +0000 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-12-29 01:42:49 +0000 |
| commit | 423d9daa385d0a2a2319f2500bbfaeafdbab1210 (patch) | |
| tree | 1570321ca5852cf159f803dac85bcbe28da0db03 /templates/@theme-base | |
| parent | 4f5b3b1ed7667fa90f02a35fd08a63d0c25a935f (diff) | |
| download | protonmail-themes-423d9daa385d0a2a2319f2500bbfaeafdbab1210.tar.xz protonmail-themes-423d9daa385d0a2a2319f2500bbfaeafdbab1210.zip | |
Removed styles for contacts and calendar.
Custom themes no longer affect these products.
Diffstat (limited to 'templates/@theme-base')
| -rw-r--r-- | templates/@theme-base/_full.scss | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss index 194ff76..a36463e 100644 --- a/templates/@theme-base/_full.scss +++ b/templates/@theme-base/_full.scss @@ -513,33 +513,4 @@ select.pm-field, select.pm-field-icon-container { .color-global-grey-dm { color: $highlight; -} - -// Calendar Weekdays -.calendar-grid-heading, .calendar-monthgrid-day { - color: $text_color; -} - -.calendar-grid-heading[aria-current="date"] { - color: white; -} - -// Calendar weekday (monthview) -.calendar-daygrid-weeknumber { - // border-color: white; - // border-bottom: 1px solid #dde6ec; - // border-bottom: 1px solid var(--bordercolor-input,#dde6ec); - // border-right: 1px solid #dde6ec; - // border-right: 1px solid var(--bordercolor-input,#dde6ec); - background-color: darken($base, 10%); -} - -// Calendar event text color -.calendar-dayeventcell-inner { - color: $text_color; -} - -.calendar-dayeventcell-inner:focus, -.calendar-dayeventcell-inner:hover { - background-color: darken($base, 10%); }
\ No newline at end of file |
