From f17352ad9b05eff94a5fcbbb36a8554bc623260d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 23 Jan 2023 14:41:44 +0300 Subject: [PATCH] Fixed #3530 Fixed #3547 --- public/themes/md-dark-deeppurple/theme.css | 5 +++-- public/themes/md-dark-indigo/theme.css | 5 +++-- public/themes/md-light-deeppurple/theme.css | 5 +++-- public/themes/md-light-indigo/theme.css | 5 +++-- public/themes/mdc-dark-deeppurple/theme.css | 5 +++-- public/themes/mdc-dark-indigo/theme.css | 5 +++-- public/themes/mdc-light-deeppurple/theme.css | 5 +++-- public/themes/mdc-light-indigo/theme.css | 5 +++-- 8 files changed, 24 insertions(+), 16 deletions(-) diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 8f0a27337..f6d588068 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -6775,6 +6775,7 @@ } .p-float-label input:focus ~ label, +.p-float-label textarea:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { color: #CE93D8; } @@ -7428,11 +7429,11 @@ transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } -.p-togglebutton.p-button:focus { +.p-togglebutton.p-button:not(.p-disabled).p-focus { background: #1c1c1c; border-color: rgba(255, 255, 255, 0.12); } -.p-togglebutton.p-button:focus.p-highlight { +.p-togglebutton.p-button:not(.p-disabled).p-focus.p-highlight { background: #262626; border-color: rgba(255, 255, 255, 0.12); } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 829cc46f2..a4d359bd3 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -6775,6 +6775,7 @@ } .p-float-label input:focus ~ label, +.p-float-label textarea:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { color: #9FA8DA; } @@ -7428,11 +7429,11 @@ transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } -.p-togglebutton.p-button:focus { +.p-togglebutton.p-button:not(.p-disabled).p-focus { background: #1c1c1c; border-color: rgba(255, 255, 255, 0.12); } -.p-togglebutton.p-button:focus.p-highlight { +.p-togglebutton.p-button:not(.p-disabled).p-focus.p-highlight { background: #262626; border-color: rgba(255, 255, 255, 0.12); } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index ba1ed577a..82dff87c1 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -6775,6 +6775,7 @@ } .p-float-label input:focus ~ label, +.p-float-label textarea:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { color: #673AB7; } @@ -7428,11 +7429,11 @@ transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } -.p-togglebutton.p-button:focus { +.p-togglebutton.p-button:not(.p-disabled).p-focus { background: #e0e0e1; border-color: #e0e0e1; } -.p-togglebutton.p-button:focus.p-highlight { +.p-togglebutton.p-button:not(.p-disabled).p-focus.p-highlight { background: #d9d8d9; border-color: #d9d8d9; } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 02f701525..05a06f344 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -6775,6 +6775,7 @@ } .p-float-label input:focus ~ label, +.p-float-label textarea:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { color: #3F51B5; } @@ -7428,11 +7429,11 @@ transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } -.p-togglebutton.p-button:focus { +.p-togglebutton.p-button:not(.p-disabled).p-focus { background: #e0e0e1; border-color: #e0e0e1; } -.p-togglebutton.p-button:focus.p-highlight { +.p-togglebutton.p-button:not(.p-disabled).p-focus.p-highlight { background: #d9d8d9; border-color: #d9d8d9; } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 4e9b63d5c..5bda58766 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -6775,6 +6775,7 @@ } .p-float-label input:focus ~ label, +.p-float-label textarea:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { color: #CE93D8; } @@ -7428,11 +7429,11 @@ transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } -.p-togglebutton.p-button:focus { +.p-togglebutton.p-button:not(.p-disabled).p-focus { background: #1c1c1c; border-color: rgba(255, 255, 255, 0.12); } -.p-togglebutton.p-button:focus.p-highlight { +.p-togglebutton.p-button:not(.p-disabled).p-focus.p-highlight { background: #262626; border-color: rgba(255, 255, 255, 0.12); } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 9e83ec7d9..86fd7c2cc 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -6775,6 +6775,7 @@ } .p-float-label input:focus ~ label, +.p-float-label textarea:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { color: #9FA8DA; } @@ -7428,11 +7429,11 @@ transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } -.p-togglebutton.p-button:focus { +.p-togglebutton.p-button:not(.p-disabled).p-focus { background: #1c1c1c; border-color: rgba(255, 255, 255, 0.12); } -.p-togglebutton.p-button:focus.p-highlight { +.p-togglebutton.p-button:not(.p-disabled).p-focus.p-highlight { background: #262626; border-color: rgba(255, 255, 255, 0.12); } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 4027b6c81..57719120b 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -6775,6 +6775,7 @@ } .p-float-label input:focus ~ label, +.p-float-label textarea:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { color: #673AB7; } @@ -7428,11 +7429,11 @@ transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } -.p-togglebutton.p-button:focus { +.p-togglebutton.p-button:not(.p-disabled).p-focus { background: #e0e0e1; border-color: #e0e0e1; } -.p-togglebutton.p-button:focus.p-highlight { +.p-togglebutton.p-button:not(.p-disabled).p-focus.p-highlight { background: #d9d8d9; border-color: #d9d8d9; } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 43fd61a0f..6ef2597ef 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -6775,6 +6775,7 @@ } .p-float-label input:focus ~ label, +.p-float-label textarea:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { color: #3F51B5; } @@ -7428,11 +7429,11 @@ transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } -.p-togglebutton.p-button:focus { +.p-togglebutton.p-button:not(.p-disabled).p-focus { background: #e0e0e1; border-color: #e0e0e1; } -.p-togglebutton.p-button:focus.p-highlight { +.p-togglebutton.p-button:not(.p-disabled).p-focus.p-highlight { background: #d9d8d9; border-color: #d9d8d9; }