stylelint: Enable selector-pseudo-element-colon-notation

Via stylelint --fix

Change-Id: I77f14cac83e4422c7962339d1177da9e65b6a28e
This commit is contained in:
Umherirrender
2023-03-30 01:03:16 +02:00
parent fcba642756
commit e464c5ab31
4 changed files with 10 additions and 11 deletions

View File

@@ -37,7 +37,7 @@
padding-left: 0;
// Putting the icon in before in order to apply `opacity`.
&:before {
&::before {
content: '';
background-image: url( ../../lib/jquery.uls/images/language.svg );
// Same values as Vector's `#pt-userpage a`.