Skip to content

Commit

Permalink
Refactor bridge-bidding to avoid using :has(child_element)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezsulap committed Nov 19, 2024
1 parent 0d62912 commit f8df11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/bridge-bidding-styl-v11.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ td {
.bidding, .button, .answer_meaning, #topmenu li {
cursor: pointer;
}
.bidding:has(call):has(meaning) {
.bidding.our_call, .bidding.their_call {
display: grid;
grid-template-columns: max-content auto;
}
Expand All @@ -93,7 +93,7 @@ call {
meaning {
padding-left: 3px;
}
meaning:has(.version_id):has(.version_content) {
.diff meaning {
display: grid;
grid-template-columns: max-content auto;
}
Expand Down

0 comments on commit f8df11b

Please sign in to comment.