We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f83bc commit c88726eCopy full SHA for c88726e
packages/side-nav/src/styles/vaadin-side-nav-item-base-styles.js
@@ -102,16 +102,21 @@ const sideNavItem = css`
102
}
103
104
@media (forced-colors: active) {
105
+ [part='content'] {
106
+ border: 1px solid Canvas !important;
107
+ }
108
+
109
:host([current]) [part='content'] {
- color: Highlight;
110
+ color: Highlight !important;
111
+ border-color: Highlight !important;
112
113
114
:host([disabled]) [part='content'] {
- --vaadin-side-nav-item-color: GrayText;
115
+ --vaadin-side-nav-item-color: GrayText !important;
116
117
118
:host([disabled]) [part='toggle-button']::before {
- background: GrayText;
119
+ background: GrayText !important;
120
121
122
`;
0 commit comments