-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/na 356 changes #42
base: feature/NA-356
Are you sure you want to change the base?
Conversation
This reverts commit 9a72905. Accidental commit to main feature branch
For me, one change is not showing in the PR review, so just in case. I changed the .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
) {
box-sizing: border-box;
outline: 0;
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seankmartin everything looks good,
for the :is
, I usually do .classname * { } like this, but if it reflecting the css then great, no issues
Changes:
:is
for this, but open to suggestions.