Skip to content

Commit

Permalink
Merge pull request #45160 from nextcloud/fix/style
Browse files Browse the repository at this point in the history
fix: Changes the color of the "Delete User" and "X" exit buttons on hover.
  • Loading branch information
nfebe authored May 4, 2024
2 parents fe4c1b2 + c5b89ab commit 3156602
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
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.

4 changes: 4 additions & 0 deletions core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,10 @@ input[type='reset'] {
background-color: var(--color-error) !important;
border-color: var(--color-error) !important;
color: #fff !important;
&:hover{
background-color: var(--color-error-hover) !important;
border-color: var(--color-main-text) !important;
}
}
}
button:not(
Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3156602

Please sign in to comment.