mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
fix #137
This commit is contained in:
parent
b3e108f2bf
commit
6c84a848fc
2 changed files with 4 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fixed:
|
||||
- Weird pill-shaped background on Playlist pages title (#137)
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue