This commit is contained in:
Send_Nukez 2021-12-10 19:20:07 +01:00 committed by GitHub Action
parent b3e108f2bf
commit cd325a3f05
3 changed files with 4 additions and 2335 deletions

View file

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

2334
package-lock.json generated

File diff suppressed because it is too large Load diff

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;