currentColor --> currentcolor
This commit is contained in:
parent
5fe5c0a7ba
commit
17dbdc3e08
|
@ -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,
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue