Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Files : Left panel dropdown improvement for NC 25
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored Aug 9, 2023
commit b526c7fb629177f5153dc9dc6558692a1804f442
13 changes: 3 additions & 10 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ kbd {

/* Needed for IE11; otherwise the button appears to the right of the
* link. */
left: 0;
right: 0;

&:focus-visible {
opacity: 1;
Expand All @@ -453,15 +453,11 @@ kbd {
outline: none !important;
box-shadow: none;
content: ' ';
opacity: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 1;
z-index: 105; // above a, under button
border-radius: 50%;
transition: opacity variables.$animation-quick ease-in-out;


right: 0;
}

/* force padding on link no matter if 'a' has an icon class */
Expand All @@ -473,9 +469,6 @@ kbd {
&:before {
opacity: 1;
}
> a {
background-image: none;
}
> .app-navigation-entry-bullet {
background: transparent !important;
}
Expand Down