Skip to content

Commit

Permalink
Fixed #3530 Fixed #3547
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jan 23, 2023
1 parent d68ce0f commit f17352a
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 16 deletions.
5 changes: 3 additions & 2 deletions public/themes/md-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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);
}
Expand Down
5 changes: 3 additions & 2 deletions public/themes/md-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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);
}
Expand Down
5 changes: 3 additions & 2 deletions public/themes/md-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down
5 changes: 3 additions & 2 deletions public/themes/md-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down
5 changes: 3 additions & 2 deletions public/themes/mdc-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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);
}
Expand Down
5 changes: 3 additions & 2 deletions public/themes/mdc-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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);
}
Expand Down
5 changes: 3 additions & 2 deletions public/themes/mdc-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down
5 changes: 3 additions & 2 deletions public/themes/mdc-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit f17352a

Please sign in to comment.