Skip to content

Commit 7bc9b9a

Browse files
authored
Merge pull request #10773 from nextcloud/collapsible-dark-fix
Accessibility theme fixes
2 parents d8e876c + 2e57324 commit 7bc9b9a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

apps/accessibility/css/themehighcontrast.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ body {
5151
font-weight: 400;
5252
}
5353

54-
// Opacity trick
55-
* {
54+
[class^='icon-'], [class*=' icon-'],
55+
.action {
5656
opacity: 1 !important;
5757
}
58-

core/css/apps.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ kbd {
369369
margin: 0;
370370
padding: 0;
371371
background: none;
372-
background-image: url('../img/actions/triangle-s.svg?v=1');
372+
@include icon-color('triangle-s', 'actions', $color-black, 1, true);
373373
background-size: 16px;
374374
background-repeat: no-repeat;
375375
background-position: center;

0 commit comments

Comments
 (0)