currentColor --> currentcolor

This commit is contained in:
Alex Gleason 2023-01-05 14:18:58 -06:00
parent 5fe5c0a7ba
commit 17dbdc3e08
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
3 changed files with 11 additions and 11 deletions

View File

@ -14,23 +14,23 @@
.video-player__volume::before,
.video-player__seek::before {
background: currentColor;
background: currentcolor;
opacity: 0.15;
}
.video-player__seek__buffer {
background: currentColor;
background: currentcolor;
opacity: 0.2;
}
.video-player__buttons button {
color: currentColor;
color: currentcolor;
opacity: 0.75;
&:active,
&:hover,
&:focus {
color: currentColor;
color: currentcolor;
opacity: 1;
}
}
@ -38,7 +38,7 @@
.video-player__time-sep,
.video-player__time-total,
.video-player__time-current {
color: currentColor;
color: currentcolor;
}
.video-player__seek::before,

View File

@ -15,7 +15,7 @@
&--active {
&.svg-icon--home svg {
fill: currentColor;
fill: currentcolor;
}
svg.icon-tabler-search,
@ -26,14 +26,14 @@
svg.icon-tabler-bell,
svg.icon-tabler-messages {
path:nth-child(2) {
fill: currentColor;
fill: currentcolor;
}
}
svg.icon-tabler-users {
circle,
circle + path {
fill: currentColor;
fill: currentcolor;
}
}
@ -41,8 +41,8 @@
stroke: var(--background-color);
rect {
fill: currentColor;
stroke: currentColor;
fill: currentcolor;
stroke: currentcolor;
}
}
}

View File

@ -59,7 +59,7 @@
.emoji-mart-anchors svg,
.emoji-mart-anchors img {
fill: currentColor;
fill: currentcolor;
height: 18px;
width: 18px;
}