File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/.vitepress/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 title =" Realtime Database example"
88 @focus =" selectOnFocus(0, $event)"
99 @click =" select(0)"
10- :disabled =" disable == 0"
10+ :disabled =" selectedTab == 0 || disable == 0"
1111 >
1212 <rtdb-logo />
1313 </button >
1717 title =" Firestore example"
1818 @focus =" selectOnFocus(1, $event)"
1919 @click =" select(1)"
20- :disabled =" disable == 1"
20+ :disabled =" selectedTab == 1 || disable == 1"
2121 >
2222 <firestore-logo />
2323 </button >
@@ -150,7 +150,7 @@ export default {
150150 border-radius : 0 6px 0 0 ;
151151}
152152
153- .tab-container > nav > button :not ([disabled ]):hover {
153+ .tab-container > nav > button :not ([disabled ]):not ( .is-selected ) : hover {
154154 cursor : pointer ;
155155 /* background-color: lighten(var(--code-bg-color), 30%); */
156156 background-color : var (--code-bg-color-lightest );
You can’t perform that action at this time.
0 commit comments