summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2021-10-06 17:33:08 -0700
committerGitHub <noreply@github.com>2021-10-06 17:33:08 -0700
commit005ed982eb0c5d63115e7e2cd59a243d2a3bd1ec (patch)
treecbeae49a7717efd4be8374c2852a8a75942c684f /apps/theming
parent9a569ff387f0f74af4b5423c1c1180a1d01fa7bd (diff)
parentf6e62b19d1a6cd0e04b1478d339bbca6a4cd6155 (diff)
downloadnextcloud-server-005ed982eb0c5d63115e7e2cd59a243d2a3bd1ec.tar.gz
nextcloud-server-005ed982eb0c5d63115e7e2cd59a243d2a3bd1ec.zip
Merge pull request #25774 from nextcloud/add-ripple-color-variables
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/css/theming.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 2b9d12d2cd4..5117ff753c2 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -260,6 +260,9 @@ 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']),
@@ -278,7 +281,6 @@ input.primary,
}
}
}
-
}
@if ($color-primary == #ffffff) {