mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 11:33:06 +08:00
26 lines
483 B
SCSS
26 lines
483 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.composer-actions {
|
|
margin: 0;
|
|
.select-kit-header {
|
|
background: none;
|
|
outline: none;
|
|
padding: 0;
|
|
margin-right: 5px;
|
|
border: 1px solid $primary-low;
|
|
min-height: unset;
|
|
.d-icon {
|
|
padding: 5px 6px;
|
|
}
|
|
&:hover,
|
|
&:focus {
|
|
background: $primary-low;
|
|
}
|
|
}
|
|
.d-icon {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|