This commit is contained in:
Send_Nukez 2021-12-10 19:20:07 +01:00
parent b3e108f2bf
commit 6c84a848fc
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
Fixed:
- Weird pill-shaped background on Playlist pages title (#137)

View file

@ -30,7 +30,8 @@ button.main-button {
// }
// }
&-tertiary {
// ? the `:not(...)` is to fix #137
&-tertiary:not(.main-entityHeader-titleButton) {
$color: spiceColor("subtext");
color: $color;
background-color: spiceColor("selected-row", 0.2, 0.05) !important;