Skip to content

Commit c793b8f

Browse files
committed
test: demo app
1 parent 31ec2cb commit c793b8f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

demo-vue/app/examples/Tabs.vue

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ export default Vue.extend({
8989

9090
<style>
9191
92-
/* MDTabs {
92+
MDTabs {
93+
/* color: gold; */
9394
}
9495
9596
MDTabContentItem.special {
@@ -98,22 +99,23 @@ MDTabContentItem.special {
9899
99100
MDTabStrip {
100101
color: skyblue;
102+
selected-item-color: white;
103+
un-selected-item-color: blue;
104+
highlight-color: yellow;
105+
background-color: green;
101106
}
102107
103108
MDTabStripItem.special {
104109
color: teal;
105110
}
106111
107-
MDTabStripItem.special:active {
108-
color: yellowgreen;
109-
}
110-
111-
MDTabStripItem.nested Label {
112+
MDTabStripItem.nested {
112113
color: teal;
113114
}
114115
115-
MDTabStripItem.nested:active Label {
116-
color: yellowgreen;
117-
} */
116+
MDTabStripItem:highlighted {
117+
background-color: red;
118+
color: purple;
119+
}
118120
119121
</style>

0 commit comments

Comments
 (0)