mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #41080 from nextcloud/fix/40682-Add_more_visibility_on_background_buttons
Change styles on active, hover and focus state for background buttons
This commit is contained in:
commit
888473f5e2
3 changed files with 5 additions and 5 deletions
|
|
@ -387,8 +387,8 @@ export default {
|
|||
&--active,
|
||||
&:hover,
|
||||
&:focus {
|
||||
// Use theme color primary, see inline css variable in template
|
||||
border: 2px solid var(--border-color, var(--color-primary-element)) !important;
|
||||
outline: 2px solid var(--color-main-text) !important;
|
||||
border-color: var(--color-main-background) !important;
|
||||
}
|
||||
|
||||
// Icon
|
||||
|
|
|
|||
4
dist/theming-personal-theming.js
vendored
4
dist/theming-personal-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-personal-theming.js.map
vendored
2
dist/theming-personal-theming.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue