2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00
discourse/app/assets/stylesheets/common/select-kit/composer-actions.scss
2018-02-22 15:16:41 +08:00

23 lines
429 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;
}
}
}
}
}