1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 18:35:56 +02:00

Make Dropdown and NotificationsDropdown components more extensible

This commit is contained in:
Toby Zerner
2015-09-04 12:15:11 +09:30
parent 7269385786
commit 70815b024a
4 changed files with 79 additions and 51 deletions

View File

@@ -76,19 +76,17 @@
padding: 0;
}
.Notification {
> a {
display: block;
padding: 8px 15px 8px 70px;
color: @muted-color;
overflow: hidden;
display: block;
padding: 8px 15px 8px 70px;
color: @muted-color !important; // required to override .light-contents applied to header
overflow: hidden;
.unread& {
background: @control-bg;
}
&:hover {
text-decoration: none;
background: @control-bg;
}
.unread& {
background: @control-bg;
}
&:hover {
text-decoration: none;
background: @control-bg;
}
.Avatar {
.Avatar--size(24px);