Skip to content

Commit

Permalink
Fixed #13835, Fixed #13834
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Oct 9, 2023
1 parent a687f17 commit c344cd7
Show file tree
Hide file tree
Showing 48 changed files with 719 additions and 431 deletions.
24 changes: 15 additions & 9 deletions src/assets/components/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@
.p-dropdown .p-dropdown-label.p-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.p-dropdown .p-dropdown-label:enabled:focus {
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
outline: 0 none;
box-shadow: none;
}
Expand All @@ -947,6 +947,9 @@
color: rgba(255, 255, 255, 0.6);
right: 2.357rem;
}
.p-dropdown.p-invalid.p-component {
border-color: #ef9a9a;
}

.p-dropdown-panel {
background: #1e1e1e;
Expand Down Expand Up @@ -988,14 +991,16 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(100, 181, 246, 0.16);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
background: rgba(100, 181, 246, 0.24);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
background: rgba(255, 255, 255, 0.09);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: transparent;
background: rgba(255, 255, 255, 0.03);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
margin: 0;
Expand All @@ -1004,9 +1009,10 @@
background: #1e1e1e;
font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
border-color: #ef9a9a;
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
Expand Down
24 changes: 15 additions & 9 deletions src/assets/components/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@
.p-dropdown .p-dropdown-label.p-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.p-dropdown .p-dropdown-label:enabled:focus {
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
outline: 0 none;
box-shadow: none;
}
Expand All @@ -947,6 +947,9 @@
color: rgba(255, 255, 255, 0.6);
right: 2.357rem;
}
.p-dropdown.p-invalid.p-component {
border-color: #ef9a9a;
}

.p-dropdown-panel {
background: #1e1e1e;
Expand Down Expand Up @@ -988,14 +991,16 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(129, 199, 132, 0.16);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
background: rgba(129, 199, 132, 0.24);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
background: rgba(255, 255, 255, 0.09);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: transparent;
background: rgba(255, 255, 255, 0.03);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
margin: 0;
Expand All @@ -1004,9 +1009,10 @@
background: #1e1e1e;
font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
border-color: #ef9a9a;
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
Expand Down
24 changes: 15 additions & 9 deletions src/assets/components/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@
.p-dropdown .p-dropdown-label.p-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.p-dropdown .p-dropdown-label:enabled:focus {
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
outline: 0 none;
box-shadow: none;
}
Expand All @@ -947,6 +947,9 @@
color: rgba(255, 255, 255, 0.6);
right: 2.357rem;
}
.p-dropdown.p-invalid.p-component {
border-color: #ef9a9a;
}

.p-dropdown-panel {
background: #1e1e1e;
Expand Down Expand Up @@ -988,14 +991,16 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 213, 79, 0.16);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
background: rgba(255, 213, 79, 0.24);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
background: rgba(255, 255, 255, 0.09);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: transparent;
background: rgba(255, 255, 255, 0.03);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
margin: 0;
Expand All @@ -1004,9 +1009,10 @@
background: #1e1e1e;
font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
border-color: #ef9a9a;
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
Expand Down
24 changes: 15 additions & 9 deletions src/assets/components/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@
.p-dropdown .p-dropdown-label.p-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.p-dropdown .p-dropdown-label:enabled:focus {
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
outline: 0 none;
box-shadow: none;
}
Expand All @@ -947,6 +947,9 @@
color: rgba(255, 255, 255, 0.6);
right: 2.357rem;
}
.p-dropdown.p-invalid.p-component {
border-color: #ef9a9a;
}

.p-dropdown-panel {
background: #1e1e1e;
Expand Down Expand Up @@ -988,14 +991,16 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(186, 104, 200, 0.16);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
background: rgba(186, 104, 200, 0.24);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
background: rgba(255, 255, 255, 0.09);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: transparent;
background: rgba(255, 255, 255, 0.03);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
margin: 0;
Expand All @@ -1004,9 +1009,10 @@
background: #1e1e1e;
font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
border-color: #ef9a9a;
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
Expand Down
24 changes: 15 additions & 9 deletions src/assets/components/themes/bootstrap4-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
.p-dropdown .p-dropdown-label.p-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.p-dropdown .p-dropdown-label:enabled:focus {
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
outline: 0 none;
box-shadow: none;
}
Expand All @@ -951,6 +951,9 @@
color: rgba(255, 255, 255, 0.6);
right: 2.357rem;
}
.p-dropdown.p-invalid.p-component {
border-color: #f19ea6;
}

.p-dropdown-panel {
background: #2a323d;
Expand Down Expand Up @@ -992,14 +995,16 @@
color: #151515;
background: #8dd0ff;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
background: #64bfff;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04);
background: rgba(255, 255, 255, 0.09);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: transparent;
background: rgba(255, 255, 255, 0.04);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
margin: 0;
Expand All @@ -1008,9 +1013,10 @@
background: #2a323d;
font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
border-color: #f19ea6;
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
Expand Down
24 changes: 15 additions & 9 deletions src/assets/components/themes/bootstrap4-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
.p-dropdown .p-dropdown-label.p-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.p-dropdown .p-dropdown-label:enabled:focus {
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
outline: 0 none;
box-shadow: none;
}
Expand All @@ -951,6 +951,9 @@
color: rgba(255, 255, 255, 0.6);
right: 2.357rem;
}
.p-dropdown.p-invalid.p-component {
border-color: #f19ea6;
}

.p-dropdown-panel {
background: #2a323d;
Expand Down Expand Up @@ -992,14 +995,16 @@
color: #151515;
background: #c298d8;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
background: #b07acd;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04);
background: rgba(255, 255, 255, 0.09);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: transparent;
background: rgba(255, 255, 255, 0.04);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
margin: 0;
Expand All @@ -1008,9 +1013,10 @@
background: #2a323d;
font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
border-color: #f19ea6;
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
Expand Down
24 changes: 15 additions & 9 deletions src/assets/components/themes/bootstrap4-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
.p-dropdown .p-dropdown-label.p-placeholder {
color: #6c757d;
}
.p-dropdown .p-dropdown-label:enabled:focus {
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
outline: 0 none;
box-shadow: none;
}
Expand All @@ -951,6 +951,9 @@
color: #495057;
right: 2.357rem;
}
.p-dropdown.p-invalid.p-component {
border-color: #dc3545;
}

.p-dropdown-panel {
background: #ffffff;
Expand Down Expand Up @@ -992,14 +995,16 @@
color: #ffffff;
background: #007bff;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
background: #0067d6;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: #212529;
background: #e9ecef;
background: #dee2e6;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
color: #212529;
background: transparent;
background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
margin: 0;
Expand All @@ -1008,9 +1013,10 @@
background: #ffffff;
font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
border-color: #dc3545;
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}

.p-input-filled .p-dropdown {
Expand Down
Loading

1 comment on commit c344cd7

@vercel
Copy link

@vercel vercel bot commented on c344cd7 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.