mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-08 20:51:25 +00:00
fix #137
This commit is contained in:
parent
b3e108f2bf
commit
cd325a3f05
3 changed files with 4 additions and 2335 deletions
|
|
@ -0,0 +1,2 @@
|
||||||
|
Fixed:
|
||||||
|
- Weird pill-shaped background on Playlist pages title (#137)
|
||||||
2334
package-lock.json
generated
2334
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -30,7 +30,8 @@ button.main-button {
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
&-tertiary {
|
// ? the `:not(...)` is to fix #137
|
||||||
|
&-tertiary:not(.main-entityHeader-titleButton) {
|
||||||
$color: spiceColor("subtext");
|
$color: spiceColor("subtext");
|
||||||
color: $color;
|
color: $color;
|
||||||
background-color: spiceColor("selected-row", 0.2, 0.05) !important;
|
background-color: spiceColor("selected-row", 0.2, 0.05) !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue