Skip to content

Commit

Permalink
Revert "fix: apply styling to children of screenshot menu"
Browse files Browse the repository at this point in the history
This reverts commit 9a72905.

Accidental commit to main feature branch
  • Loading branch information
seankmartin committed Oct 28, 2024
1 parent 9a72905 commit 302c119
Showing 1 changed file with 22 additions and 25 deletions.
47 changes: 22 additions & 25 deletions src/ui/screenshot_menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,28 @@
overflow-x: hidden;
overflow-y: auto;
}
.neuroglancer-screenshot-overlay
:is(
div,
span,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
textarea,
select,
strong,
table,
tr,
td,
th,
tbody,
button
) {
.neuroglancer-screenshot-overlay div,
span,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
textarea,
select,
strong,
table,
tr,
td,
th,
tbody,
button {
box-sizing: border-box;
outline: 0;
}
Expand Down

0 comments on commit 302c119

Please sign in to comment.