Merge pull request #10773 from nextcloud/collapsible-dark-fix

Accessibility theme fixes
This commit is contained in:
Morris Jobke 2018-08-24 17:56:00 +02:00 committed by GitHub
commit 7bc9b9a76e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -51,8 +51,7 @@ body {
font-weight: 400;
}
// Opacity trick
* {
[class^='icon-'], [class*=' icon-'],
.action {
opacity: 1 !important;
}

View file

@ -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;