Skip to content
Merged
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
4 changes: 3 additions & 1 deletion apps/accessibility/css/themehighcontrast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ $color-border: darken($color-main-background, 50%);
$color-border-dark: darken($color-main-background, 50%);

[class^='icon-'], [class*=' icon-'],
.action {
.action,
#appmenu li a,
.menutoggle {
opacity: 1 !important;
}
6 changes: 3 additions & 3 deletions settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,9 @@ span.version {

.section {
margin-bottom: 0;
/* use 2nd child since app-navigation-toggle is the first */
&:not(:nth-child(2)) {
border-top: 1px solid var(--color-border);
/* section divider lines, none needed for last one */
&:not(:last-child) {
border-bottom: 1px solid var(--color-border);
}

/* correctly display help icons next to headings */
Expand Down