Skip to content

Commit

Permalink
fix(app-rail): fix color for selected text #185 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
janderson9 committed Mar 5, 2024
1 parent 0a777c0 commit 7a068a9
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -61,8 +61,11 @@ export default defineComponent({
transition: margin 280ms ease-in-out, padding 280ms ease-in-out;
&.feather-list-item:visited {
color: var($state-text-color-on-surface-dark);
&:not(.selected) {
color: var($state-text-color-on-surface-dark);
}
}
.feather-list-item-text {
opacity: 1;
transition: opacity 280ms ease-in-out;
Expand Down

0 comments on commit 7a068a9

Please sign in to comment.