-
Notifications
You must be signed in to change notification settings - Fork 2
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
ブラウザ対応状況で不要なタグの除去 #14
Comments
Firefox 39の時にテキストアンダーラインが2重になるようだけど、現行のFirefoxはすでにバージョン61のため問題ない。採用する。 |
// Remove html tag
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
// Remove tag
::-moz-focus-inner {
border-style: none;
padding: 0;
}
// Remove data
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
// Remove data, [type="search"]::-webkit-search-cancel-button
::-webkit-search-decoration {
-webkit-appearance: none;
}
// More Remove = dfn, mark, sub, sup
// More little = `color: #000000;` -> `color: #000;` |
以下もいつの間にか削除されていた。削除しても不具合はなさそう。 ::-webkit-input-placeholder {
color: inherit;
} |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#11 sanitize.css v6.0.0 反映 〜 細分化して検証
The text was updated successfully, but these errors were encountered: