mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 06:38:28 +08:00
17 lines
263 B
SCSS
Vendored
17 lines
263 B
SCSS
Vendored
.form-kit__control-menu-trigger {
|
|
justify-content: space-between;
|
|
|
|
@include default-input;
|
|
}
|
|
|
|
.form-kit__control-menu-content {
|
|
.dropdown-menu {
|
|
min-width: 200px;
|
|
}
|
|
|
|
.dropdown-menu__item {
|
|
&:hover {
|
|
background: var(--d-hover);
|
|
}
|
|
}
|
|
}
|