summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-10-15 11:02:40 +0200
committerGitHub <noreply@github.com>2021-10-15 11:02:40 +0200
commitbc62fb9b552572b0c3766abcefe72d7d9db3c293 (patch)
tree7c5a7be35a6a1b56cbadf951da47015d7a08af4a /apps
parent18db00c4c3aa777cce203554739ad34b31cac8dd (diff)
parent7b30576f55d4c666ba1d52493202a88f9b16b39f (diff)
downloadnextcloud-server-bc62fb9b552572b0c3766abcefe72d7d9db3c293.tar.gz
nextcloud-server-bc62fb9b552572b0c3766abcefe72d7d9db3c293.zip
Merge pull request #29194 from nextcloud/revert-29178-backport/25774/stable21
Diffstat (limited to 'apps')
-rw-r--r--apps/theming/css/theming.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index d8d82d85c98..89f956a5bfb 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -260,9 +260,6 @@ input.primary,
/** Handle primary buttons for bright colors */
@if (luma($color-primary) > 0.8) {
- :root {
- --color-primary-light-text: var(--color-primary-text);
- }
select,
button, .button,
input:not([type='range']),
@@ -281,6 +278,7 @@ input.primary,
}
}
}
+
}
@if ($color-primary == #ffffff) {