Remove obsolete box-shadow mixin

Bug: T282759
Change-Id: Ie5238c97763db3fab639b2ce3ee57f1afd8f0acf
This commit is contained in:
bwang 2021-06-18 10:58:53 -05:00 committed by Bernard Wang
parent 8c40d0658c
commit 2720740136

View file

@ -20,7 +20,7 @@
background: #fff;
position: absolute;
z-index: @zIndexPopup;
.box-shadow( 0 30px 90px -20px rgba( 0, 0, 0, 0.3 ), 0 0 1px 1px @borderColorPopup; );
box-shadow: 0 30px 90px -20px rgba( 0, 0, 0, 0.3 ), 0 0 1px 1px @borderColorPopup;
padding: 0;
display: none;
font-size: 14px;