mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting in zulip.scss for `.nav .dropdown-menu`.
This commit is contained in:
parent
c6cc843fbb
commit
109a0f55fe
|
@ -2667,10 +2667,10 @@ select.inline_select_topic_edit {
|
|||
.nav .dropdown-menu {
|
||||
min-width: 180px;
|
||||
box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
|
||||
}
|
||||
|
||||
.nav .dropdown-menu::after {
|
||||
right: 10px;
|
||||
&::after {
|
||||
right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.column-middle {
|
||||
|
|
Loading…
Reference in New Issue