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

Fix styles for input field and textarea on focus, hover and active state #41328

Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion core/css/inputs.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/inputs.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ textarea {
text-overflow: ellipsis;
cursor: pointer;
&:not(:disabled):hover, &:not(:disabled):focus, &:not(:disabled):active {
border-color: var(--color-primary-element);
border-color: 2px solid var(--color-main-text);
box-shadow: 0 0 0 2px var(--color-main-background);
}
&:not(:disabled):focus {
cursor: text;
Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.

Loading
Loading