Skip to content

Commit e414bb0

Browse files
committed
test: demo app
1 parent 2b40fa8 commit e414bb0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

demo-vue/app/examples/BottomNavigation.vue

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,12 @@ MDTabStripItem.special {
9090
color: teal;
9191
}
9292
93-
MDTabStripItem.special:active {
94-
color: yellowgreen;
95-
}
96-
97-
MDTabStripItem.nested Label {
93+
MDTabStripItem.nested {
9894
color: teal;
9995
}
10096
101-
MDTabStripItem.nested:active Label {
97+
MDTabStripItem:highlighted {
98+
background-color: red;
10299
color: yellowgreen;
103100
}
104101

0 commit comments

Comments
 (0)