summaryrefslogtreecommitdiffstats
path: root/core/css/apps.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r--core/css/apps.scss21
1 files changed, 17 insertions, 4 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index e4783976d53..94bc86e11ca 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -114,12 +114,22 @@ kbd {
}
/* Second level nesting for lists */
> ul {
- display: none;
+ //display: none;
flex: 1 0 100%;
padding-left: 44px;
+ width: inherit;
> li {
display: inline-flex;
flex-wrap: wrap;
+ &:focus,
+ &:hover,
+ &.active,
+ a.selected {
+ &,
+ > a {
+ opacity: 1;
+ }
+ }
}
}
}
@@ -134,7 +144,6 @@ kbd {
background-repeat: no-repeat;
display: block;
justify-content: space-between;
- width: 100%;
line-height: 44px;
min-height: 44px;
padding: 0 12px;
@@ -155,8 +164,12 @@ kbd {
padding-left: 44px;
}
/* Counter can also be inside the link */
- .app-navigation-entry-utils-counter {
- padding-right: 0 !important;
+ > .app-navigation-entry-utils {
+ display: inline-block;
+ float: right;
+ .app-navigation-entry-utils-counter {
+ padding-right: 0 !important;
+ }
}
}
}