Merge pull request #13801 from nextcloud/design/highcontrast-fix

Fix for high contrast theme
This commit is contained in:
Morris Jobke 2019-01-25 14:08:19 +01:00 committed by GitHub
commit db00b210a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

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

View File

@ -941,9 +941,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 */