Merge pull request #2815 from teemak/develop

Fixed drop shadow for tooltip.
pull/21833/head
Travis Ralston 2019-03-25 16:09:00 -06:00 committed by GitHub
commit a3a242f22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;