Skip to content

Commit

Permalink
fix(platform): table showing info bar with selected filters
Browse files Browse the repository at this point in the history
closes [#11783](#11783)

- Refactored/simplified css selector for pointer event
  • Loading branch information
khotcholava committed Oct 23, 2024
1 parent aca9b8f commit 4e64123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/checkbox/checkbox/checkbox.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fd-checkbox {
.fd-checkbox__label {
user-select: none;

.fd-checkbox__label-container {
&-container {
pointer-events: auto;
}
}
Expand Down

0 comments on commit 4e64123

Please sign in to comment.