mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Style changes for focused more button
This commit is contained in:
parent
04179340f6
commit
1017d1d270
1 changed files with 2 additions and 0 deletions
|
@ -1829,7 +1829,9 @@ a.card:is(:hover, :focus):visited {
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
button.more-button {
|
button.more-button {
|
||||||
|
color: var(--text-color);
|
||||||
background-color: var(--outline-color);
|
background-color: var(--outline-color);
|
||||||
|
box-shadow: inset 0 0 0 2px var(--bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
button:not(.more-button) {
|
button:not(.more-button) {
|
||||||
|
|
Loading…
Reference in a new issue