0
Fork 0
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:
John O'Nolan 2014-03-15 20:16:08 +01:00
parent c17c5129d1
commit 4a9d3e9d9e

View file

@ -59,11 +59,8 @@
&:hover {
background: $blue;
box-shadow:
rgba(255,255,255,0.2) 0 1px 0 inset,
rgba(0,0,0,0.5) 0 1px 5px;
box-shadow: rgba(255,255,255,0.2) 0 1px 0 inset;
}
}
// Add a check mark to the currently active menu item