Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions core/css/apps.css

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

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.

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
11 changes: 3 additions & 8 deletions core/css/server.css

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

Loading