diff options
Diffstat (limited to 'core/css/header.scss')
-rw-r--r-- | core/css/header.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 94ce58284ab..fdb2bb24e1f 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -480,6 +480,10 @@ nav[role='navigation'] { li a:focus, li a.active { opacity: 1; + } + + li:hover a, + li a:focus { + span { display: inline-block; } |