diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-10-13 08:55:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 08:55:32 +0200 |
commit | 7b30576f55d4c666ba1d52493202a88f9b16b39f (patch) | |
tree | 31d1680aca10bec773c7efd27d17f3f6e223ee17 /apps/theming | |
parent | e229cd3d53aed19c7f5036434b1fdd3967df1ddb (diff) | |
download | nextcloud-server-7b30576f55d4c666ba1d52493202a88f9b16b39f.tar.gz nextcloud-server-7b30576f55d4c666ba1d52493202a88f9b16b39f.zip |
Revert "[stable21] Add button color variables"
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/css/theming.scss | 4 |
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) { |