Skip to content

Commit

Permalink
Merge branch 'main' into accordion-style-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Oct 5, 2022
2 parents b21f270 + b854ef4 commit 0304d46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/icons-vue/examples/vue-cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2261,9 +2261,9 @@ css-url-regex@^1.1.0:
integrity sha1-g4NCMMyfdMRX3lnuvRVD/uuDt+w=

css-what@2.1, css-what@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.2.tgz#c0876d9d0480927d7d4920dcd72af3595649554d"
integrity sha512-wan8dMWQ0GUeF7DGEPVjhHemVW/vy6xUYmFzRY8RYqgA0JtXC9rJmbScBjqSu6dg9q0lwPQy6ZAmJVr3PPTvqQ==
version "2.1.3"
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2"
integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==

cssesc@^0.1.0:
version "0.1.0"
Expand Down
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 0304d46

Please sign in to comment.