Fix: フルダークのデザイン改善 (#616)

This commit is contained in:
KMY(雪あすか) 2024-02-27 12:38:56 +09:00 committed by GitHub
parent 04b3f9fc4f
commit 0bb681868d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 132 deletions

View file

@ -1,18 +1,13 @@
input[type='text'],
input[type='text']:not(#cw-spoiler-input),
input[type='search'],
input[type='number'],
input:not([type]),
textarea {
input:not([type]) {
background: $ui-base-color !important;
color: $primary-text-color !important;
&.setting-text {
border-color: $darker-text-color;
}
&::placeholder {
color: $dark-text-color !important;
}
}
.column-content-select__control,
@ -20,23 +15,6 @@ textarea {
border-color: $darker-text-color !important;
}
.emoji-mart-category-label {
color: $primary-text-color !important;
}
.emoji-mart-bar:first-child {
background: lighten($classic-base-color, 36%);
}
.emoji-mart-anchor-selected {
color: $primary-text-color;
}
.compose-form .compose-form__warning,
.autosuggest-textarea__suggestions__item {
color: $ui-base-color;
}
.column-content-select__control,
.column-content-select__menu {
background: $ui-base-color !important;
@ -56,7 +34,3 @@ textarea {
.block-modal__action-bar {
background: lighten($classic-base-color, 2%);
}
.searchability-dropdown__value-overlay {
color: #ff9bf8 !important;
}