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
committerszaimen <szaimen@e.mail.de>2022-04-29 14:03:49 +0300
commit66e61be9ca3b6acfc18c72f65afe3f894b76d54e (patch)
tree5c1c954d9142baba9708520027fe93006b1a03a0 /core
parent8367b02785acd920db244ecb745517820ed9ff91 (diff)
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.scss15
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;