|
@@ -442,6 +442,20 @@ a {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.tippy-tooltip.confirm-theme {
|
|
|
|
+ background-color: var(--red);
|
|
|
|
+ padding: 5px 10px;
|
|
|
|
+ a {
|
|
|
|
+ color: var(--white);
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ &:hover,
|
|
|
|
+ &:focus {
|
|
|
|
+ filter: brightness(90%);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.tippy-tooltip.songActions-theme {
|
|
.tippy-tooltip.songActions-theme {
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
padding: 5px 10px;
|
|
padding: 5px 10px;
|
|
@@ -454,7 +468,8 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.song-actions,
|
|
.song-actions,
|
|
- .addToPlaylistDropdown {
|
|
|
|
|
|
+ .addToPlaylistDropdown,
|
|
|
|
+ .song-actions > div {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -511,6 +526,9 @@ a {
|
|
border-top-color: var(--light-grey-3);
|
|
border-top-color: var(--light-grey-3);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ &.confirm-theme .tippy-arrow {
|
|
|
|
+ border-top-color: var(--red);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.tippy-popper[x-placement^="bottom"] .tippy-tooltip {
|
|
.tippy-popper[x-placement^="bottom"] .tippy-tooltip {
|
|
&.songActions-theme,
|
|
&.songActions-theme,
|
|
@@ -519,6 +537,9 @@ a {
|
|
border-bottom-color: var(--light-grey-3);
|
|
border-bottom-color: var(--light-grey-3);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ &.confirm-theme .tippy-arrow {
|
|
|
|
+ border-bottom-color: var(--red);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.tippy-popper[x-placement^="left"] .tippy-tooltip {
|
|
.tippy-popper[x-placement^="left"] .tippy-tooltip {
|
|
&.songActions-theme,
|
|
&.songActions-theme,
|
|
@@ -527,6 +548,9 @@ a {
|
|
border-left-color: var(--light-grey-3);
|
|
border-left-color: var(--light-grey-3);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ &.confirm-theme .tippy-arrow {
|
|
|
|
+ border-left-color: var(--red);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.tippy-popper[x-placement^="right"] .tippy-tooltip {
|
|
.tippy-popper[x-placement^="right"] .tippy-tooltip {
|
|
&.songActions-theme,
|
|
&.songActions-theme,
|
|
@@ -535,6 +559,9 @@ a {
|
|
border-right-color: var(--light-grey-3);
|
|
border-right-color: var(--light-grey-3);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ &.confirm-theme .tippy-arrow {
|
|
|
|
+ border-right-color: var(--red);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.tippy-tooltip.addToPlaylist-theme {
|
|
.tippy-tooltip.addToPlaylist-theme {
|