Skip to content

Commit

Permalink
chore: remove unused CSS for seamless panel #2324 (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixin-hc authored Feb 7, 2024
1 parent 67ae4b1 commit a265c73
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions packages/vue-components/src/panels/NestedPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,28 +283,6 @@ export default {
margin-top: 0 !important;
}
.card-seamless {
padding: 0;
}
.card.card-seamless {
box-shadow: none;
border: none;
}
.card-seamless > .card-heading {
padding: 0;
}
.card-seamless > .card-collapse > hr {
margin: 0;
width: calc(100% - 27px);
}
.card-seamless > .card-collapse > .card-body {
padding: 10px 0;
}
.card-body > .collapse-button {
margin-bottom: 13px;
margin-top: 5px;
Expand All @@ -315,11 +293,6 @@ export default {
opacity: 1;
}
.card-seamless > .card-collapse > .card-body > .collapse-button {
position: relative;
top: 22px;
}
.close-button {
font-size: 10px !important;
float: right;
Expand Down

0 comments on commit a265c73

Please sign in to comment.