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
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-05-04 11:16:23 +0300
committerGitHub <noreply@github.com>2022-05-04 11:16:23 +0300
commit602f44954fc53324808067a68085b4e7c90ce313 (patch)
treea8d120889f354792b5bcdb3a9069eb51aad664c0 /core/css/styles.scss
parentde4cb6fa5eb4a85a17ff6df2d968924c93bd3307 (diff)
parente8f1ad060e399e29559ac700a04eaa116ae5c51c (diff)
Merge pull request #32219 from nextcloud/backport/32218/stable24
[stable24] Revert "Show the child folders in the breadcrumb menu when on a parent entry."
Diffstat (limited to 'core/css/styles.scss')
-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;