Skip to content

Commit

Permalink
fix(ui5-split-button): add correct opacity when disabled (#8738)
Browse files Browse the repository at this point in the history
fixes: #8615
  • Loading branch information
tsanislavgatev committed Apr 12, 2024
1 parent 8bc1bb4 commit 399144e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/SplitButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

:host([disabled]:not([hidden])) {
pointer-events: none;
opacity: var(--sapContent_DisabledOpacity);
}

:host([design="Positive"]:not([hidden])) {
Expand Down

0 comments on commit 399144e

Please sign in to comment.