mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
Replace deprecated Less .box-shadow()
mixin with standard CSS
Bug: T306488 Change-Id: I96cde6a39fb8547f49b8581d7dba5f9dbf8ba363
This commit is contained in:
parent
8c68eae9d9
commit
2ffa3ff885
|
@ -11,7 +11,7 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
header {
|
header {
|
||||||
.box-sizing( border-box );
|
box-sizing: border-box;
|
||||||
border-bottom: 1px solid #c8ccd1;
|
border-bottom: 1px solid #c8ccd1;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: table;
|
display: table;
|
||||||
|
|
Loading…
Reference in a new issue