client/css/tag-input-control: dark suggest header

This commit is contained in:
Ben Klein 2021-05-05 06:09:37 +00:00
parent f73e27c91c
commit ca50819948

View file

@ -152,6 +152,8 @@ div.tag-input, ul.compact-tags
background: $window-color-darktheme background: $window-color-darktheme
ul li:last-child ul li:last-child
border-bottom: 0.5em solid alpha($window-color-darktheme, 0) border-bottom: 0.5em solid alpha($window-color-darktheme, 0)
p
background: darken($tag-suggestions-header-color, 80%)
.append .append
color: $inactive-link-color-darktheme color: $inactive-link-color-darktheme
div.tag-input, ul.compact-tags div.tag-input, ul.compact-tags