@@ -51,26 +51,26 @@ if (__SLIDEV_FEATURE_DRAWINGS__)
5151 :class =" barStyle"
5252 @mouseleave =" onMouseLeave"
5353 >
54- <button v-if =" !isEmbedded" class =" icon-btn" @click =" toggleFullscreen" >
54+ <button v-if =" !isEmbedded" class =" slidev- icon-btn" @click =" toggleFullscreen" >
5555 <carbon:minimize v-if =" isFullscreen" />
5656 <carbon:maximize v-else />
5757 </button >
5858
59- <button class =" icon-btn" :class =" { disabled: !hasPrev }" @click =" prev" >
59+ <button class =" slidev- icon-btn" :class =" { disabled: !hasPrev }" @click =" prev" >
6060 <carbon:arrow-left />
6161 </button >
6262
63- <button class =" icon-btn" :class =" { disabled: !hasNext }" title =" Next" @click =" next" >
63+ <button class =" slidev- icon-btn" :class =" { disabled: !hasNext }" title =" Next" @click =" next" >
6464 <carbon:arrow-right />
6565 </button >
6666
67- <button v-if =" !isEmbedded" class =" icon-btn" title =" Slides overview" @click =" toggleOverview()" >
67+ <button v-if =" !isEmbedded" class =" slidev- icon-btn" title =" Slides overview" @click =" toggleOverview()" >
6868 <carbon:apps />
6969 </button >
7070
7171 <button
7272 v-if =" !isColorSchemaConfigured"
73- class =" icon-btn"
73+ class =" slidev- icon-btn"
7474 title =" Toggle dark mode"
7575 @click =" toggleDark()"
7676 >
@@ -88,7 +88,7 @@ if (__SLIDEV_FEATURE_DRAWINGS__)
8888
8989 <button
9090 v-if =" isPresenter"
91- class =" icon-btn"
91+ class =" slidev- icon-btn"
9292 title =" Show presenter cursor"
9393 @click =" showPresenterCursor = !showPresenterCursor"
9494 >
@@ -98,7 +98,7 @@ if (__SLIDEV_FEATURE_DRAWINGS__)
9898 </template >
9999
100100 <template v-if =" __SLIDEV_FEATURE_DRAWINGS__ && (! configs .drawings .presenterOnly || isPresenter ) && ! isEmbedded " >
101- <button class =" icon-btn relative" title =" Drawing" @click =" drawingEnabled = !drawingEnabled" >
101+ <button class =" slidev- icon-btn relative" title =" Drawing" @click =" drawingEnabled = !drawingEnabled" >
102102 <carbon:pen />
103103 <div
104104 v-if =" drawingEnabled"
@@ -110,26 +110,26 @@ if (__SLIDEV_FEATURE_DRAWINGS__)
110110 </template >
111111
112112 <template v-if =" ! isEmbedded " >
113- <RouterLink v-if =" isPresenter " :to =" nonPresenterLink " class="icon-btn" title="Play Mode">
113+ <RouterLink v-if =" isPresenter " :to =" nonPresenterLink " class="slide v- icon-btn " title="Play Mode">
114114 <carbon:presentation-file />
115115 </RouterLink >
116- <RouterLink v-if =" __SLIDEV_FEATURE_PRESENTER__ && showPresenter " :to =" presenterLink " class="icon-btn" title="Presenter Mode">
116+ <RouterLink v-if =" __SLIDEV_FEATURE_PRESENTER__ && showPresenter " :to =" presenterLink " class="slide v- icon-btn " title="Presenter Mode">
117117 <carbon:user-speaker />
118118 </RouterLink >
119119
120- <button v-if =" __DEV__ && !isPresenter" class =" icon-btn <md:hidden" @click =" showEditor = !showEditor" >
120+ <button v-if =" __DEV__ && !isPresenter" class =" slidev- icon-btn <md:hidden" @click =" showEditor = !showEditor" >
121121 <carbon:text-annotation-toggle />
122122 </button >
123123 </template >
124124 <template v-if =" ! __DEV__ " >
125- <button v-if =" configs.download" class =" icon-btn" @click =" downloadPDF" >
125+ <button v-if =" configs.download" class =" slidev- icon-btn" @click =" downloadPDF" >
126126 <carbon:download />
127127 </button >
128128 </template >
129129
130130 <button
131131 v-if =" !isPresenter && configs.info && !isEmbedded"
132- class =" icon-btn"
132+ class =" slidev- icon-btn"
133133 @click =" showInfoDialog = !showInfoDialog"
134134 >
135135 <carbon:information />
@@ -138,7 +138,7 @@ if (__SLIDEV_FEATURE_DRAWINGS__)
138138 <template v-if =" ! isPresenter && ! isEmbedded " >
139139 <MenuButton >
140140 <template #button >
141- <button class =" icon-btn" >
141+ <button class =" slidev- icon-btn" >
142142 <carbon:settings-adjust />
143143 </button >
144144 </template >
0 commit comments