mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
Remove obsolete box-shadow mixin
Bug: T282759 Change-Id: Ie5238c97763db3fab639b2ce3ee57f1afd8f0acf
This commit is contained in:
parent
8c40d0658c
commit
2720740136
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue