Skip to content

Commit

Permalink
fix: floating-vue style
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 27, 2024
1 parent 946f930 commit 7b7dc32
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/devtools/client/app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import 'floating-vue/dist/style.css'
import '@vue/devtools-applet/style.css'
import 'vanilla-jsoneditor/themes/jse-theme-dark.css'
import 'vue-virtual-scroller/dist/vue-virtual-scroller.css'
import './styles/global.css'
Expand Down
1 change: 0 additions & 1 deletion packages/devtools/client/pages/modules/components-tree.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { Components as VueComponents } from '@vue/devtools-applet'
import '@vue/devtools-applet/style.css'
const { connected } = useVueDevToolsState()
const client = useClient()
Expand Down
1 change: 0 additions & 1 deletion packages/devtools/client/pages/modules/pinia.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { Pinia } from '@vue/devtools-applet'
import '@vue/devtools-applet/style.css'
const { connected } = useVueDevToolsState()
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/client/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ html.dark {
.v-popper--theme-dropdown .v-popper__inner,
.v-popper--theme-tooltip .v-popper__inner {
--at-apply: bg-base text-black dark-text-white;
--at-apply: rounded border border-base shadow;
--at-apply: rounded border border-base! shadow;
box-shadow: 0 6px 30px #0000001a;
}

Expand Down

0 comments on commit 7b7dc32

Please sign in to comment.