0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #3995 from JamieKnight/keyboard-support

Improve keyboard support
This commit is contained in:
Paul Davis 2014-09-10 10:21:57 +01:00
commit 7ab340f777

View file

@ -54,7 +54,9 @@
transition: color 0.5s, background 0.5s;
}
.nav-item.active .nav-label,
.nav-item:hover .nav-label {
.nav-item:focus .nav-label,
.nav-item:hover .nav-label,
.nav-item:active .nav-label {
color: #fff;
background: darken($darkgrey, 9%);
transition: color 0.1s, background 0.1s;