Merge "[modern][styles] Use @size-search-figure variable in padding-left calc"

This commit is contained in:
jenkins-bot 2020-12-15 10:11:50 +00:00 committed by Gerrit Code Review
commit d6979b1917
1 changed files with 1 additions and 1 deletions

View File

@ -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 )';
}