fix(ags launcher): fix key selection css
This commit is contained in:
parent
f0f860cc02
commit
75842b6e11
1 changed files with 14 additions and 0 deletions
|
@ -115,4 +115,18 @@
|
|||
transition: 200ms;
|
||||
}
|
||||
}
|
||||
|
||||
*:selected {
|
||||
* {
|
||||
font-weight: unset;
|
||||
}
|
||||
|
||||
label.title {
|
||||
color: $contrast-bg;
|
||||
}
|
||||
|
||||
image {
|
||||
-gtk-icon-shadow: 2px 2px $contrast-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue