diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2020-01-16 15:29:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 15:29:04 +0100 |
commit | 24d37e97bacb3d78190ecbf83bf9539c2ac12457 (patch) | |
tree | 42e06c77625b9dd9f5f7ec7e4c34048f0eeef37f | |
parent | 5de3ea04170afd25a31f249a922feb3f9b189242 (diff) | |
parent | dd8141b36b9db487a97c09e3614dc951fd862a3e (diff) | |
download | nextcloud-server-24d37e97bacb3d78190ecbf83bf9539c2ac12457.tar.gz nextcloud-server-24d37e97bacb3d78190ecbf83bf9539c2ac12457.zip |
Merge pull request #18925 from nextcloud/add-color-background-hover-css-variable
Add color background hover css variable
-rw-r--r-- | core/css/css-variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss index 23c01988676..cf0779000b6 100644 --- a/core/css/css-variables.scss +++ b/core/css/css-variables.scss @@ -7,6 +7,7 @@ --color-main-background: $color-main-background; --color-main-background-translucent: $color-main-background-translucent; + --color-background-hover: $color-background-hover; --color-background-dark: $color-background-dark; --color-background-darker: $color-background-darker; |