Skip to content

Commit

Permalink
Merge branch 'feat/init-ds-theme' into fix/swing-gauge-ds-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bualoy-napat authored Dec 17, 2024
2 parents a096764 + 6994503 commit 4109c8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/ds-theme/src/custom-elements/ef-accordion.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
border-radius: @comp-accordion-container-radius-md;

::slotted(ef-collapse:not(:last-child):not([expanded])) {
border-bottom: 1px solid @comp-accordion-item-header-container-color-border-base-enabled;
border-bottom: 1px solid @comp-accordion-item-header-container-color-border-divider-enabled;
}
}
4 changes: 4 additions & 0 deletions packages/ds-theme/src/custom-elements/ef-overlay.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

:host {
border-radius: @comp-popover-container-radius-md;

&[with-shadow] {
box-shadow: @cont-elevation-common-level-3;
}
}
5 changes: 0 additions & 5 deletions packages/ds-theme/src/custom-elements/ef-slider.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
border-radius: @cont-radius-common-2xl;
}
&:hover {
[part='thumb'],
[part='track-wrapper'] {
background-color: @cont-color-control-bg-moderate;
}

[part='thumb'] {
border-color: @slider-thumb-hover-border-color;
}
Expand Down

0 comments on commit 4109c8a

Please sign in to comment.