fix: remove dotted underline from channel links and Artists list color on light bg
This commit is contained in:
parent
d148152e0b
commit
62c6c8c437
@ -170,8 +170,14 @@ a:hover { border-bottom: 1px solid #313131; }
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
.channelList__channel:hover {
|
||||||
|
transform: scale(1.1);
|
||||||
|
border: none;
|
||||||
|
border-bottom: none !important;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.channelList__channel:hover { transform: scale(1.1); }
|
|
||||||
.channelList__channelIcon {
|
.channelList__channelIcon {
|
||||||
--initialWidth: 20px;
|
--initialWidth: 20px;
|
||||||
--endWidth: 25px;
|
--endWidth: 25px;
|
||||||
@ -234,11 +240,12 @@ a:hover { border-bottom: 1px solid #313131; }
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.artistsList a {
|
.artistsList a {
|
||||||
color: #ddd;
|
color: #333;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.artistsList a:hover { color: #fff; text-decoration: underline; }
|
.artistsList a:hover { color: #000; text-decoration: underline; }
|
||||||
|
|
||||||
.playlogControls {
|
.playlogControls {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user