From 5d01685ae185ae040a0f40b8d7835db4cfed2a86 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:34:08 +0100 Subject: [PATCH] Fix issues on Light theme --- resources/js/assets/app.scss | 4 ++++ resources/js/views/admin/Users.vue | 26 +++++++++++------------ resources/js/views/admin/users/Manage.vue | 13 +++++------- 3 files changed, 22 insertions(+), 21 deletions(-) diff --git a/resources/js/assets/app.scss b/resources/js/assets/app.scss index d0747da6..75ddb5c7 100644 --- a/resources/js/assets/app.scss +++ b/resources/js/assets/app.scss @@ -712,6 +712,10 @@ button.is-main { box-shadow: $button-focus-box-shadow-size $button-focus-box-shadow-color; } +.button.has-normal-radius { + border-radius: $radius !important; +} + .file[role=button]:focus-visible { border-radius: $radius; } diff --git a/resources/js/views/admin/Users.vue b/resources/js/views/admin/Users.vue index f0f36556..3e82142b 100644 --- a/resources/js/views/admin/Users.vue +++ b/resources/js/views/admin/Users.vue @@ -155,20 +155,20 @@ {{ user.email }} -
- admin - oauth: {{ user.oauth_provider }} -
+ +
+ admin + oauth: {{ user.oauth_provider }} +
+
-
-
- - - - {{ $t('commons.manage') }} - - -
+
+ + + + {{ $t('commons.manage') }} + +
@@ -196,6 +195,7 @@

{{ managedUser.info.email }}

+
{{ $t('admin.account_bound_to_x_via_oauth', { provider: managedUser.info.oauth_provider }) }}
@@ -214,11 +214,11 @@
- - @@ -243,7 +243,7 @@
- @@ -261,7 +261,7 @@
- @@ -271,9 +271,6 @@

{{ $t('settings.preferences') }}

-