From 6c84a848fcf71479d544a81b08269af9f893a24b Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Fri, 10 Dec 2021 19:20:07 +0100 Subject: [PATCH] fix #137 --- CHANGELOG.md | 2 ++ src/styles/Inputs.scss | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..8eb8b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +Fixed: +- Weird pill-shaped background on Playlist pages title (#137) \ No newline at end of file diff --git a/src/styles/Inputs.scss b/src/styles/Inputs.scss index 2329b80..f834285 100644 --- a/src/styles/Inputs.scss +++ b/src/styles/Inputs.scss @@ -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;