Fixed drop shadow for tooltip.

The box-shadow color value is from $menu-box-shadow-color. The shadow now looks consistent on light or dark theme.
This commit is contained in:
Tee Mak 2019-03-22 14:50:13 -04:00 committed by GitHub
parent 140e0d6a30
commit 50ffdc2f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ limitations under the License.
position: fixed;
border: 1px solid $menu-border-color;
border-radius: 4px;
box-shadow: 4px 4px 12px 0 rgba(118, 131, 156, 0.6);
box-shadow: 4px 4px 12px 0 $menu-box-shadow-color;
background-color: $menu-bg-color;
z-index: 2000;
padding: 10px;