aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2022-02-08 14:52:10 +0100
committerGitHub <noreply@github.com>2022-02-08 14:52:10 +0100
commit49959bc929a8f3c000b36843dfc4a588922ccc12 (patch)
tree845c973174582dfacf0d7a5ba44fbd7da0d03dbe /core
parentc58f8d6025e226404b80f9a5c742d6bca059e539 (diff)
parent0942aed8db353b29d39ed4f895111262af2e755a (diff)
downloadnextcloud-server-49959bc929a8f3c000b36843dfc4a588922ccc12.tar.gz
nextcloud-server-49959bc929a8f3c000b36843dfc4a588922ccc12.zip
Merge pull request #30925 from paierlep/feature/breadcrumb_menu_parent_folder_visible
Show the child folders in the breadcrumb menu when on a parent entry.
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss15
1 files changed, 7 insertions, 8 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 36da94a2e2b..3d21967a27e 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -1202,6 +1202,13 @@ 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;
@@ -1226,14 +1233,6 @@ 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;