dark-mode: Respect ".no-style" attr on buttons.

This respects the ".no-style" declaration on buttons and sets
the background back to transparent in dark mode (from a slightly
darkened background).
This commit is contained in:
Brock Whittaker
2017-11-30 13:44:45 -08:00
committed by Tim Abbott
parent 6d5835773e
commit 9d255ac7de

View File

@@ -76,6 +76,10 @@ body.dark-mode select {
color: inherit;
}
body.dark-mode .new-style .button.no-style {
background-color: transparent;
}
body.dark-mode .new-style .tab-switcher .ind-tab.selected,
body.dark-mode .table-striped thead th,
body.dark-mode .message_reactions .message_reaction.reacted,