Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-04-29 14:01:41 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-04-29 16:51:56 +0300
commite8f1ad060e399e29559ac700a04eaa116ae5c51c (patch)
tree9dc01d0c236ca8838f918352b37141f62c65adbf /core
parent04055e79c0295baffd912801cba8d915b65f297f (diff)
Revert "Show the child folders in the breadcrumb menu when on a parent entry."backport/32218/stable24
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 8a15cfa19d8..d54c72279f3 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -1181,13 +1181,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;
@@ -1212,6 +1205,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;