Adjusts margin on settings icon

Bug: T193058
Change-Id: I0908ebbf7ab5fd6a54e5734cdc91531961cf10fa
This commit is contained in:
Jan Drewniak 2018-06-11 23:23:44 +02:00
parent 662192e0a5
commit 941d4b07b8

View file

@ -8,7 +8,7 @@
height: @iconSize;
padding: 3px; // enlarges icon box (visible on hover)
float: right; // positions icon near bottom right corner
margin: 4px; // adjusts position
margin: 4px 4px 2px 4px; // adjusts position
text-indent: -1em; // offsets .mw-ui-icon-element:before { margin: 0 1em; }
border-radius: @borderRadius;
&:hover {