diff options
author | Simon L <szaimen@e.mail.de> | 2022-04-29 13:01:41 +0200 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-04-29 13:03:49 +0200 |
commit | 66e61be9ca3b6acfc18c72f65afe3f894b76d54e (patch) | |
tree | 5c1c954d9142baba9708520027fe93006b1a03a0 /core | |
parent | 8367b02785acd920db244ecb745517820ed9ff91 (diff) | |
download | nextcloud-server-66e61be9ca3b6acfc18c72f65afe3f894b76d54e.tar.gz nextcloud-server-66e61be9ca3b6acfc18c72f65afe3f894b76d54e.zip |
Revert "Show the child folders in the breadcrumb menu when on a parent entry."
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 27e5675b53a..f0c33a2037d 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1182,13 +1182,6 @@ div.crumb { order: 3; } } - &.active { - font-weight: bold; - // Allow multiple span next to the main 'a' - a ~ span { - padding-left: 0; - } - } > a, > span { position: relative; @@ -1213,6 +1206,14 @@ div.crumb { } &:not(:first-child) a { } + &:last-child { + font-weight: bold; + margin-right: 10px; + // Allow multiple span next to the main 'a' + a ~ span { + padding-left: 0; + } + } &:hover, &:focus, a:focus, &:active { opacity: 1; |