[lint] fix indentation in CSS files.

This commit is contained in:
Fabien Basmaison 2021-03-04 19:27:03 +01:00
parent fc16211125
commit 420a33d79f
2 changed files with 64 additions and 64 deletions

View file

@ -66,7 +66,7 @@
} }
.form-rate-stars label.icon:hover:before { .form-rate-stars label.icon:hover:before {
content: '\e9d9'; content: '\e9d9';
} }
.form-rate-stars label.icon:hover ~ label.icon:before{ .form-rate-stars label.icon:hover ~ label.icon:before{
content: '\e9d7'; content: '\e9d7';
} }