diff options
Diffstat (limited to 'core/css/styles.scss')
-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; |