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:
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;