Fix styling issues with notification settings and mobile borders (#31346)

This commit is contained in:
Michael Stanclift 2024-08-08 12:31:06 -05:00 committed by GitHub
parent 079d681ac6
commit 664bef3573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 49 deletions

View file

@ -214,12 +214,6 @@ html {
border-top-color: lighten($ui-base-color, 8%);
}
.column-header__collapsible-inner {
background: darken($ui-base-color, 4%);
border: 1px solid var(--background-border-color);
border-bottom: 0;
}
.column-settings__hashtags .column-select__option {
color: $white;
}

View file

@ -21,7 +21,7 @@ $valid-value-color: $success-green !default;
$ui-base-color: $classic-secondary-color !default;
$ui-base-lighter-color: #b0c0cf;
$ui-primary-color: #9bcbed;
$ui-primary-color: $classic-primary-color !default;
$ui-secondary-color: $classic-base-color !default;
$ui-highlight-color: $classic-highlight-color !default;