Add small shadow to Tooltip
This commit is contained in:
parent
659967f710
commit
42cc3b4f92
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
animation: scaleIn $duration-zoom ease-out;
|
||||
background: var(--dialog-bg);
|
||||
border-radius: $input-corner;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
|
||||
color: var(--text-tertiary);
|
||||
font-size: $font-tiny;
|
||||
font-weight: $medium;
|
||||
|
|
|
|||
Loading…
Reference in a new issue