aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/variables.scss
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-09-21 06:23:35 +0200
committerGitHub <noreply@github.com>2022-09-21 06:23:35 +0200
commit48def620cb2132258be7eaf2495f67a5d88a1932 (patch)
treec50e31076277c95204e9de3f4f2e063f884ec71f /core/css/variables.scss
parent3407f26a0f8d65f0cb9f24c6493646723451c847 (diff)
parent205b0c4e241200666f69227ec2a1a85316f0c717 (diff)
downloadnextcloud-server-48def620cb2132258be7eaf2495f67a5d88a1932.tar.gz
nextcloud-server-48def620cb2132258be7eaf2495f67a5d88a1932.zip
Merge pull request #34165 from nextcloud/bugfix/noid/remove-remaining-occurance-of-color-primary-element-lighter
Remove last occurance of "color-primary-element-lighter"
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r--core/css/variables.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 9ec9effb0c6..678fa0e5842 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -56,7 +56,6 @@ $color-primary-text-dark: darken($color-primary-text, 7%) !default;
$color-primary-element: $color-primary !default;
$color-primary-element-hover: mix($color-primary-element, $color-main-background, 80%) !default;
$color-primary-element-light: lighten($color-primary-element, 15%) !default;
-$color-primary-element-lighter: mix($color-primary-element, $color-main-background, 15%) !default;
$color-error: #e9322d;
$color-error-hover: mix($color-error, $color-main-background, 80%) !default;