Skip to content

Commit

Permalink
style: Make custom style overrides more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuf-musleh committed Dec 7, 2023
1 parent f7c2ace commit cae319e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content-tags-drawer/ContentTagsDropDownSelector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
padding: 0;
}

.pgn__selectable_box:disabled,
.pgn__selectable_box[disabled] {
.pgn__selectable_box.taxonomy-tags-selectable-box:disabled,
.pgn__selectable_box.taxonomy-tags-selectable-box[disabled] {
opacity: 1 !important;
}

.pgn__selectable_box-active {
.pgn__selectable_box-active.taxonomy-tags-selectable-box {
outline: none !important;
}

0 comments on commit cae319e

Please sign in to comment.