Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit d607e17

Browse files
rudzikdawidtinayuangao
authored andcommitted
fix(navBar): missing [disabled] scss selector (#11269)
Closes #11268
1 parent 3a21b89 commit d607e17

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/components/navBar/navBar-theme.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,13 @@ md-nav-bar.md-THEME_NAME-theme {
6060
border-color: '{{foreground-4}}';
6161
}
6262

63-
.md-button._md-nav-button.md-unselected {
64-
color: '{{foreground-2}}';
63+
.md-button._md-nav-button {
64+
&.md-unselected {
65+
color: '{{foreground-2}}';
66+
}
67+
&[disabled] {
68+
color: '{{foreground-3}}';
69+
}
6570
}
6671

6772
md-nav-ink-bar {

0 commit comments

Comments
 (0)