Skip to content

Commit

Permalink
fix: disabled and focused state in mini-button mixin (#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Jun 20, 2024
1 parent d6aaf68 commit 5797419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/elements/core/styles/mixins/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
// Default state for icon-button in form-field
@mixin icon-button-base($host-selector, $button-selector, $icon-selector) {
#{$host-selector} {
--sbb-button-display: flex;

display: inline-block;
-webkit-tap-highlight-color: transparent;
height: fit-content;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
}

sbb-popover-trigger {
--sbb-button-display: flex;

color: var(--sbb-datepicker-control-color);

// Enables taking full height in order to shift the calendar position to the border bottom of the form field.
Expand Down

0 comments on commit 5797419

Please sign in to comment.