dark-mode: Make .dropdown-menu links base color in dark mode.

This commit is contained in:
Brock Whittaker 2018-02-01 18:17:59 -08:00 committed by Tim Abbott
parent 90ffef864e
commit 693ad9eac8
2 changed files with 6 additions and 2 deletions

View File

@ -158,6 +158,10 @@ body.dark-mode .popover {
background: hsl(212, 32%, 14%);
}
body.dark-mode .dropdown-menu a {
color: inherit;
}
body.dark-mode .dropdown .dropdown-menu li.divider,
body.dark-mode .popover hr,
body.dark-mode hr {

View File

@ -152,7 +152,7 @@
<span id="realm_notifications_stream_name"></span>
<i class="fa fa-pencil"></i>
</button>
<ul class="dropdown-menu" role="menu">
<ul class="dropdown-menu modal-bg" role="menu">
<li class="dropdown-search" role="presentation">
<input type="text" role="menuitem" placeholder="{{t 'Filter streams' }}" autofocus/>
</li>
@ -175,7 +175,7 @@
<span id="realm_signup_notifications_stream_name"></span>
<i class="fa fa-pencil"></i>
</button>
<ul class="dropdown-menu" role="menu">
<ul class="dropdown-menu modal-bg" role="menu">
<li class="dropdown-search" role="presentation">
<input type="text" role="menuitem" placeholder="{{t 'Filter streams' }}" autofocus/>
</li>