Skip to content

Commit

Permalink
refactor(search): 🪧 Use native selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
poi33 committed May 22, 2024
1 parent b5c9fec commit b7367c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
z-index: 1;
}

.fds-search--disabled {
.fds-search:has(.fds-search__input:disabled) {
opacity: var(--fds-opacity-disabled);
}

Expand Down

0 comments on commit b7367c0

Please sign in to comment.