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

Reboot: remove textarea -webkit-appearance: textfield #29430

Closed
csabaxyz opened this issue Sep 22, 2019 · 0 comments · Fixed by #29455
Closed

Reboot: remove textarea -webkit-appearance: textfield #29430

csabaxyz opened this issue Sep 22, 2019 · 0 comments · Fixed by #29455
Labels

Comments

@csabaxyz
Copy link

I was playing around with reboot and Chrome threw me a warning saying:

[Deprecation] '-webkit-appearance: textfield' for elements other than input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=date], input[type=datetime-local], input[type=month], input[type=time], and input[type=week] is deprecated and will be removed in M79, around December 2019. See https://www.chromestatus.com/features/5070237827334144 for more details.

It is related to this line:

-webkit-appearance: textfield; // 3

Also, this line actually caused an issue in Firefox, when I tried to use reboot without any other Bootstrap related textarea styling, because if no border is set then the textarea has an 8px weird border. I'm saying weird, because it actually shows up as a padding and makes the resize handle incorrectly positioned.

firefox-textarea

I'm using Arch Linux, Arc theme, although, as far as I know, Firefox now uses the Adwaita theme to render the inputs.

Defining a border removes this padding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants