Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files : Left panel dropdown improvement for NC 25 #38217

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/css/apps.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/apps.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 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,14 @@ kbd {
outline: none !important;
box-shadow: none;
content: ' ';
opacity: 0;
opacity: 1;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
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 +472,6 @@ kbd {
&:before {
opacity: 1;
}
> a {
background-image: none;
}
> .app-navigation-entry-bullet {
background: transparent !important;
}
Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.