mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Remove double shadow from dropdown hover
I have no idea why this was originally here
This commit is contained in:
parent
c17c5129d1
commit
4a9d3e9d9e
1 changed files with 1 additions and 4 deletions
|
@ -59,11 +59,8 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $blue;
|
background: $blue;
|
||||||
box-shadow:
|
box-shadow: rgba(255,255,255,0.2) 0 1px 0 inset;
|
||||||
rgba(255,255,255,0.2) 0 1px 0 inset,
|
|
||||||
rgba(0,0,0,0.5) 0 1px 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add a check mark to the currently active menu item
|
// Add a check mark to the currently active menu item
|
||||||
|
|
Loading…
Add table
Reference in a new issue