0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Remove hover transition inside dropdowns

No issue

- Removes the transition on hover/focus states for items/links in dropdowns
This commit is contained in:
Paul Adam Davis 2014-10-17 14:27:50 +01:00
parent d9017626a7
commit b48a5c38f7

View file

@ -75,6 +75,7 @@
text-align: left;
color: #333;
white-space: nowrap; // prevent links from randomly breaking onto new lines
transition: none;
}
i {