Skip to content
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
Fix styles for input field and textarea on focus, hover and active state
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Nov 7, 2023
commit dea02d2c32ff7ab453825e6943939b13b15512e5
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