diff options
author | Julia Kirschenheuter <6078378+JuliaKirschenheuter@users.noreply.github.com> | 2023-09-26 10:20:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 10:20:39 +0200 |
commit | f18e73137c6112ac81b151c0670333aec88bf2ed (patch) | |
tree | 57e67a6d532e25c9becccf07749049515d668bd7 /apps | |
parent | 7be31d4d68c4165a9de592517fbe583617c2266e (diff) | |
parent | 33c022b8754403e850f1ff57319f0bdd472b1dbd (diff) | |
download | nextcloud-server-f18e73137c6112ac81b151c0670333aec88bf2ed.tar.gz nextcloud-server-f18e73137c6112ac81b151c0670333aec88bf2ed.zip |
Merge pull request #40613 from nextcloud/fix/36966-remove_unneeded_opacity_for_action_button
Remove unneeded opacity for action button
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/EmailSection/Email.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue b/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue index 26405bcbd4a..65214707ca3 100644 --- a/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue +++ b/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue @@ -391,8 +391,6 @@ export default { margin-right: 5px; .email__actions { - opacity: 0.4 !important; - &:hover, &:focus, &:active { |