discourse/app/assets/stylesheets/common/select-kit/composer-actions.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
495 B
SCSS
Raw Normal View History

.select-kit {
&.dropdown-select-box {
&.composer-actions {
margin: 0;
.select-kit-header {
background: none;
outline: none;
padding: 0;
margin-right: 5px;
border: 1px solid var(--primary-low);
min-height: unset;
.d-icon {
padding: 5px 6px;
}
&:hover,
&:focus {
background: var(--primary-low);
}
}
2018-08-03 17:43:07 -04:00
.d-icon {
margin: 0 !important;
}
}
}
}