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