mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Merge pull request #10773 from nextcloud/collapsible-dark-fix
Accessibility theme fixes
This commit is contained in:
commit
7bc9b9a76e
2 changed files with 3 additions and 4 deletions
|
|
@ -51,8 +51,7 @@ body {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
// Opacity trick
|
||||
* {
|
||||
[class^='icon-'], [class*=' icon-'],
|
||||
.action {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -369,7 +369,7 @@ kbd {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
background-image: url('../img/actions/triangle-s.svg?v=1');
|
||||
@include icon-color('triangle-s', 'actions', $color-black, 1, true);
|
||||
background-size: 16px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue