Fix css linting for currentcolor (instead of currentColor)
This commit is contained in:
parent
d8cce224e8
commit
79f30b5350
@ -26,7 +26,7 @@
|
|||||||
.emoji-picker {
|
.emoji-picker {
|
||||||
.insert-emoji {
|
.insert-emoji {
|
||||||
a {
|
a {
|
||||||
color: currentColor;
|
color: currentcolor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -41,7 +41,7 @@
|
|||||||
background-color: var(--peertube-main-foreground);
|
background-color: var(--peertube-main-foreground);
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: currentColor;
|
color: currentcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.picked {
|
&.picked {
|
||||||
@ -49,7 +49,7 @@
|
|||||||
background-color: var(--peertube-main-background);
|
background-color: var(--peertube-main-background);
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: currentColor;
|
color: currentcolor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user