Merge pull request #18881 from nextcloud/backport/18869/stable18

[stable18] Create hover color variable
This commit is contained in:
Roeland Jago Douma 2020-01-14 23:37:48 +01:00 committed by GitHub
commit b75d4c08dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,8 @@ $color-main-text: #222 !default; // Not #000 for better readability
$color-main-background: #fff !default;
$color-main-background-translucent: rgba($color-main-background, .97) !default;
// used for different active/disabled states
// used for different active/hover/focus/disabled states
$color-background-hover: nc-darken($color-main-background, 4%) !default;
$color-background-dark: nc-darken($color-main-background, 7%) !default;
$color-background-darker: nc-darken($color-main-background, 14%) !default;