Simplify styles for the menu button
Using `currentcolor` and `color: inherit` is IMHO more expressive (we're saying we want to use the same color as the text) and makes it easier to customize these colors in other CONSUL installations. We also remove duplication as we can use the same styles for both the admin and the public layouts.
This commit is contained in:
@@ -159,14 +159,6 @@ $table-header: #ecf1f6;
|
||||
right: 12px;
|
||||
}
|
||||
|
||||
.menu-icon {
|
||||
|
||||
&::after {
|
||||
background: #000;
|
||||
box-shadow: 0 7px 0 #000, 0 14px 0 #000;
|
||||
}
|
||||
}
|
||||
|
||||
.notifications.unread-notifications::after {
|
||||
color: $admin-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user