Merge pull request #18925 from nextcloud/add-color-background-hover-css-variable

Add color background hover css variable
This commit is contained in:
Joas Schilling 2020-01-16 15:29:04 +01:00 committed by GitHub
commit 24d37e97ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;