diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-10-26 16:09:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 16:09:02 +0200 |
commit | 13087da3c66449caee51450619b386d605964383 (patch) | |
tree | f1c71e665210af16640328cf2d1df882141e9e5d /core | |
parent | c25b694fcafa3138d78645f81cc6ecd1d34d1656 (diff) | |
parent | 0aac62096ccb3b47b08c29544868e41514fffdab (diff) | |
download | nextcloud-server-13087da3c66449caee51450619b386d605964383.tar.gz nextcloud-server-13087da3c66449caee51450619b386d605964383.zip |
Merge pull request #6973 from nextcloud/menu-highlight
Add blue bar as highlight to active menu entry
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 3b20c801c1b..c03fa2aa0d3 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -424,6 +424,7 @@ nav { &:active, &.active { opacity: 1; + box-shadow: inset 2px 0 $color-primary; } } } |