Skip to content
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

Remove form-validation.scss #2402

Merged
merged 4 commits into from
Mar 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Lint
  • Loading branch information
simurai committed Mar 23, 2023
commit bf8e99d2235ef7e1d5ad5dbf7f8d544da84d7d60
8 changes: 2 additions & 6 deletions src/forms/form-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
}

label {
position: relative;
// fix for chrome bug, see https://github.com/github/github/issues/53931
position: static;
}

&.flattened dt, // TODO: Deprecate
Expand Down Expand Up @@ -285,8 +286,3 @@
vertical-align: middle;
}
}

// fix for chrome bug, see https://github.com/github/github/issues/53931
.form-group label {
position: static;
}