Small fixes to HeaderMenu
This commit is contained in:
parent
abd9c7bf86
commit
7a9f5c1097
1 changed files with 3 additions and 3 deletions
|
|
@ -4,14 +4,14 @@
|
|||
display: none;
|
||||
min-width: 140px;
|
||||
position: absolute;
|
||||
top: $unit * 4;
|
||||
top: $unit * 5; // This shouldn't be hardcoded. How to calculate it?
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.MenuItem {
|
||||
color: $grey-10;
|
||||
font-weight: $medium;
|
||||
padding: 6px 12px;
|
||||
padding: 10px;
|
||||
|
||||
&:hover {
|
||||
background: $grey-90;
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.MenuGroup {
|
||||
border-bottom: 2px solid #f5f5f5;
|
||||
border-bottom: 1px solid #f5f5f5;
|
||||
|
||||
&:first-child .MenuItem:first-child:hover {
|
||||
border-top-left-radius: 6px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue