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__volume::before,
.video-player__seek::before { .video-player__seek::before {
background: currentColor; background: currentcolor;
opacity: 0.15; opacity: 0.15;
} }
.video-player__seek__buffer { .video-player__seek__buffer {
background: currentColor; background: currentcolor;
opacity: 0.2; opacity: 0.2;
} }
.video-player__buttons button { .video-player__buttons button {
color: currentColor; color: currentcolor;
opacity: 0.75; opacity: 0.75;
&:active, &:active,
&:hover, &:hover,
&:focus { &:focus {
color: currentColor; color: currentcolor;
opacity: 1; opacity: 1;
} }
} }
@ -38,7 +38,7 @@
.video-player__time-sep, .video-player__time-sep,
.video-player__time-total, .video-player__time-total,
.video-player__time-current { .video-player__time-current {
color: currentColor; color: currentcolor;
} }
.video-player__seek::before, .video-player__seek::before,

View File

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

View File

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