Skip to content

Commit

Permalink
fix(ui5-button): remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tsanislavgatev committed Jan 23, 2025
1 parent 4cb8ffe commit f210a1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/main/src/themes/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ bdi {
border-bottom-left-radius: var(--_ui5_button_focused_inner_border_radius);
}

/* Slotted Badge */
:host([badge-placement="End"]) .ui5-button-root [ui5-tag] {
pointer-events: initial;
font-family: "72override", var(--sapFontFamily);
Expand All @@ -312,7 +311,6 @@ bdi {
--_ui5-tag-border-radius: 50%;
}

/* Slotted Badge */
:host([badge-placement="EndTop"]) .ui5-button-root [ui5-tag] {
pointer-events: initial;
position: absolute;
Expand Down

0 comments on commit f210a1c

Please sign in to comment.