fix splitter styles

This commit is contained in:
2022-11-18 06:11:24 +01:00
parent 9995b50b77
commit 4f3269ba87
2 changed files with 11 additions and 11 deletions

View File

@@ -47,17 +47,6 @@ export default defineComponent({
height: 100%; height: 100%;
} }
</style> </style>
<style>
.p-splitter {
border: none !important;
}
.p-splitter-gutter {
outline-width: 0;
}
.p-splitter-gutter-handle:focus {
box-shadow: none !important;
}
</style>
<template> <template>
<div class="code"> <div class="code">

View File

@@ -87,6 +87,17 @@ main {
outline-width: 0; outline-width: 0;
} }
</style> </style>
<style>
.p-splitter {
border: none !important;
}
.p-splitter-gutter {
outline-width: 0;
}
.p-splitter-gutter-handle:focus {
box-shadow: none !important;
}
</style>
<template> <template>
<main> <main>