Merge pull request #6650 from nextcloud/tooltip-shadow-use-variable
Fit the tooltip shadow to the default variable
This commit is contained in:
commit
2450b67cb7
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
padding: 5px 8px;
|
||||
background-color: $color-main-background;
|
||||
color: $color-main-text;
|
||||
box-shadow: 0 1px 10px rgba(150, 150, 150, .75);
|
||||
box-shadow: 0 1px 10px $color-box-shadow;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue