Skip to content

Commit

Permalink
Merge pull request #1966 from smeup/feat/kup-drop-down/iconOnly-flat
Browse files Browse the repository at this point in the history
kup-drop-down : iconOnly flat imp
  • Loading branch information
lucafoscili authored Jun 28, 2024
2 parents 55a22c8 + 9ab6589 commit 4aac77f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

.f-button.dropdown-button__primary-action {
.button {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: var(--kup-radius-00);
border-bottom-right-radius: var(--kup-radius-00);

&.button--outlined,
&.button--raised {
Expand All @@ -28,6 +28,7 @@
.button {
border-top-left-radius: var(--kup-radius-00);
border-bottom-left-radius: var(--kup-radius-00);
box-shadow: none;
}
}

Expand Down
5 changes: 5 additions & 0 deletions packages/ketchup/src/dropdown-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ <h1>Dropdown button</h1>
styling="flat"
icon="document"
></kup-dropdown-button>
<kup-dropdown-button
id="ddb9"
styling="flat"
icon="document"
></kup-dropdown-button>

<kup-button
id="fab-debug"
Expand Down

0 comments on commit 4aac77f

Please sign in to comment.