Putting icon on link label baseline as good as possible cross-browser and unify code with Vector skin's code. With one improvement, putting icon in `:before` selector in order to be able to specifically change icon independent from link, which opens up `opacity` or state changes. Also cleaning up CSS by - reducing specificity - changing to `stylelint-disable-line` only on specific selectors - removing initial value `transparent` Bug: T207075 Change-Id: Ib5d446434263441eb85aa2e96a0e4dbde1034c1c Depends-on: I92acb9851a3c0acdbc40a4a4528a91c7332c9293
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
#pt-uls .uls-trigger { // stylelint-disable-line selector-max-id
|
|
// Use same padding-left as #pt-userpage
|
|
padding-left: 20px;
|
|
}
|