Mirrored playlists: rename (✏️) button matches sibling buttons' hover-reveal styling
This commit is contained in:
parent
c62074d54a
commit
15067b63ca
1 changed files with 10 additions and 1 deletions
|
|
@ -14460,7 +14460,8 @@ body.helper-mode-active #dashboard-activity-feed:hover {
|
||||||
|
|
||||||
.mirrored-card-delete,
|
.mirrored-card-delete,
|
||||||
.mirrored-card-clear,
|
.mirrored-card-clear,
|
||||||
.mirrored-card-link {
|
.mirrored-card-link,
|
||||||
|
.mirrored-card-rename {
|
||||||
background: rgba(255, 255, 255, 0.06);
|
background: rgba(255, 255, 255, 0.06);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||||
color: #555;
|
color: #555;
|
||||||
|
|
@ -14481,6 +14482,7 @@ body.helper-mode-active #dashboard-activity-feed:hover {
|
||||||
.mirrored-playlist-card:hover .mirrored-card-delete,
|
.mirrored-playlist-card:hover .mirrored-card-delete,
|
||||||
.mirrored-playlist-card:hover .mirrored-card-clear,
|
.mirrored-playlist-card:hover .mirrored-card-clear,
|
||||||
.mirrored-playlist-card:hover .mirrored-card-link,
|
.mirrored-playlist-card:hover .mirrored-card-link,
|
||||||
|
.mirrored-playlist-card:hover .mirrored-card-rename,
|
||||||
.mirrored-playlist-card:hover .mirrored-card-pipeline {
|
.mirrored-playlist-card:hover .mirrored-card-pipeline {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
@ -14506,6 +14508,13 @@ body.helper-mode-active #dashboard-activity-feed:hover {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mirrored-card-rename:hover {
|
||||||
|
color: #4ade80;
|
||||||
|
background: rgba(74, 222, 128, 0.15);
|
||||||
|
border-color: rgba(74, 222, 128, 0.3);
|
||||||
|
transform: scale(1.1);
|
||||||
|
}
|
||||||
|
|
||||||
.discovery-ratio {
|
.discovery-ratio {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.4);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue