css: Use SCSS nesting in zulip.scss for `.nav .dropdown-menu`.

This commit is contained in:
majordwarf 2020-05-19 16:49:33 +05:30 committed by Tim Abbott
parent c6cc843fbb
commit 109a0f55fe
1 changed files with 3 additions and 3 deletions

View File

@ -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 {