File tree 4 files changed +2
-3
lines changed
4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
import ' floating-vue/dist/style.css'
3
+ import ' @vue/devtools-applet/style.css'
3
4
import ' vanilla-jsoneditor/themes/jse-theme-dark.css'
4
5
import ' vue-virtual-scroller/dist/vue-virtual-scroller.css'
5
6
import ' ./styles/global.css'
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
import { Components as VueComponents } from ' @vue/devtools-applet'
3
- import ' @vue/devtools-applet/style.css'
4
3
5
4
const { connected } = useVueDevToolsState ()
6
5
const client = useClient ()
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
import { Pinia } from ' @vue/devtools-applet'
3
- import ' @vue/devtools-applet/style.css'
4
3
5
4
const { connected } = useVueDevToolsState ()
6
5
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ html.dark {
22
22
.v-popper--theme-dropdown .v-popper__inner ,
23
23
.v-popper--theme-tooltip .v-popper__inner {
24
24
--at-apply : bg-base text-black dark-text-white;
25
- --at-apply : rounded border border-base shadow;
25
+ --at-apply : rounded border border-base! shadow;
26
26
box-shadow : 0 6px 30px # 0000001a ;
27
27
}
28
28
You can’t perform that action at this time.
0 commit comments