Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/packages/icons-vue/e…
Browse files Browse the repository at this point in the history
…xamples/vue-cli/css-what-2.1.3
  • Loading branch information
kodiakhq[bot] committed Oct 5, 2022
2 parents 19e46df + ab38f00 commit 2ffd3e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/scss/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ $content-padding: 0 0 0 $spacing-05 !default;
}

.#{$prefix}--accordion__item {
display: list-item;
overflow: visible;
border-top: 1px solid $border-subtle;
transition: all $duration-fast-02 motion(standard, productive);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}

.#{$prefix}--data-table-content {
display: block;
overflow-x: auto;
}

Expand Down
2 changes: 2 additions & 0 deletions packages/styles/scss/components/menu/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

.#{$prefix}--menu-option {
position: relative;
display: list-item;
// $size-sm
height: 2rem;
background-color: $layer;
Expand Down Expand Up @@ -123,6 +124,7 @@
}

.#{$prefix}--menu-divider {
display: list-item;
width: 100%;
height: 1px;
margin: $spacing-02 0;
Expand Down

0 comments on commit 2ffd3e5

Please sign in to comment.