1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Fix stylelint once and for all (hopefully)

This commit is contained in:
Mark McDowall
2019-07-22 19:44:07 -07:00
parent 4dc7089f89
commit 0e721917e7
154 changed files with 328 additions and 329 deletions
+5 -5
View File
@@ -30,7 +30,7 @@
.arrow::after {
border-width: 10px;
content: "";
content: '';
}
.top {
@@ -43,7 +43,7 @@
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
content: " ";
content: ' ';
&.default {
border-top-color: $popoverArrowBorderColor;
@@ -73,7 +73,7 @@
bottom: -10px;
left: 1px;
border-left-width: 0;
content: " ";
content: ' ';
&.default {
border-right-color: $popoverArrowBorderColor;
@@ -103,7 +103,7 @@
top: 1px;
margin-left: -10px;
border-top-width: 0;
content: " ";
content: ' ';
&.default {
border-bottom-color: $popoverArrowBorderColor;
@@ -133,7 +133,7 @@
right: 1px;
bottom: -10px;
border-right-width: 0;
content: " ";
content: ' ';
&.default {
border-left-color: $popoverArrowBorderColor;