Fix: フルダークのデザイン改善 (#616)
This commit is contained in:
parent
04b3f9fc4f
commit
0bb681868d
3 changed files with 2 additions and 132 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue