summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-10-26 16:09:02 +0200
committerGitHub <noreply@github.com>2017-10-26 16:09:02 +0200
commit13087da3c66449caee51450619b386d605964383 (patch)
treef1c71e665210af16640328cf2d1df882141e9e5d /core
parentc25b694fcafa3138d78645f81cc6ecd1d34d1656 (diff)
parent0aac62096ccb3b47b08c29544868e41514fffdab (diff)
downloadnextcloud-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.scss1
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;
}
}
}