mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Merge "[modern][styles] Use @size-search-figure variable in padding-left calc"
This commit is contained in:
commit
d6979b1917
|
@ -55,7 +55,7 @@
|
|||
&:focus {
|
||||
position: relative;
|
||||
// Use ~ and fixed values to disable the LESS transformation in ResourceLoader LESS implementation.
|
||||
padding-left: ~'calc( 12px + 2.57142857em + 12px )';
|
||||
padding-left: ~'calc( 12px + @{size-search-figure} + 12px )';
|
||||
width: ~'calc( 100% + 24px )';
|
||||
left: ~'calc( -1 * 24px )';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue