mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 23:24:04 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
25 lines
438 B
SCSS
25 lines
438 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.composer-actions {
|
|
margin: 0;
|
|
.select-kit-header {
|
|
background: none;
|
|
outline: none;
|
|
padding: 0;
|
|
margin-right: 5px;
|
|
|
|
.d-icon {
|
|
border: 1px solid $primary-low;
|
|
padding: 4px 5px;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
&:hover,
|
|
&:focus {
|
|
background: $primary-low;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|