mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:15:46 +08:00
d48542796e
- improve mini-tag-chooser keyboard behavior - all multil select now respond to select all and left/right arrows - improve events handling - many minor tweaks
29 lines
566 B
SCSS
29 lines
566 B
SCSS
.select-kit {
|
|
&.combobox {
|
|
&.future-date-input-selector {
|
|
min-width: 50%;
|
|
|
|
.future-date-input-selector-header {
|
|
.btn-clear {
|
|
line-height: $line-height-large;
|
|
}
|
|
}
|
|
|
|
.future-date-input-selector-datetime {
|
|
color: lighten($primary, 40%);
|
|
font-size: $font-down-1;
|
|
}
|
|
|
|
.future-date-input-selector-icons {
|
|
width: 25px;
|
|
}
|
|
|
|
.future-date-input-selector-row {
|
|
.future-date-input-selector-icons {
|
|
color: lighten($primary, 40%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|