Skip to content

Commit

Permalink
ScrollPanel | Add missing styles of material extension
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 4, 2024
1 parent 4690630 commit 96560a1
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/components/themes/md-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7799,5 +7799,9 @@
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
background: rgba(239, 154, 154, 0.16);
}

.p-scrollpanel .p-scrollpanel-bar:focus {
box-shadow: 0 0 1px 4px rgba(165, 214, 167, 0.2);
}
}
/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions src/assets/components/themes/md-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7799,5 +7799,9 @@
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
background: rgba(239, 154, 154, 0.16);
}

.p-scrollpanel .p-scrollpanel-bar:focus {
box-shadow: 0 0 1px 4px rgba(244, 143, 177, 0.2);
}
}
/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions src/assets/components/themes/md-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7799,5 +7799,9 @@
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
background: rgba(211, 47, 47, 0.16);
}

.p-scrollpanel .p-scrollpanel-bar:focus {
box-shadow: 0 0 1px 4px rgba(76, 175, 80, 0.2);
}
}
/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions src/assets/components/themes/md-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7799,5 +7799,9 @@
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
background: rgba(211, 47, 47, 0.16);
}

.p-scrollpanel .p-scrollpanel-bar:focus {
box-shadow: 0 0 1px 4px rgba(255, 64, 129, 0.2);
}
}
/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions src/assets/components/themes/mdc-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7799,5 +7799,9 @@
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
background: rgba(239, 154, 154, 0.16);
}

.p-scrollpanel .p-scrollpanel-bar:focus {
box-shadow: 0 0 1px 4px rgba(165, 214, 167, 0.2);
}
}
/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions src/assets/components/themes/mdc-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7799,5 +7799,9 @@
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
background: rgba(239, 154, 154, 0.16);
}

.p-scrollpanel .p-scrollpanel-bar:focus {
box-shadow: 0 0 1px 4px rgba(244, 143, 177, 0.2);
}
}
/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions src/assets/components/themes/mdc-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7799,5 +7799,9 @@
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
background: rgba(211, 47, 47, 0.16);
}

.p-scrollpanel .p-scrollpanel-bar:focus {
box-shadow: 0 0 1px 4px rgba(76, 175, 80, 0.2);
}
}
/* Customizations to the designer theme should be defined here */
4 changes: 4 additions & 0 deletions src/assets/components/themes/mdc-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7799,5 +7799,9 @@
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
background: rgba(211, 47, 47, 0.16);
}

.p-scrollpanel .p-scrollpanel-bar:focus {
box-shadow: 0 0 1px 4px rgba(255, 64, 129, 0.2);
}
}
/* Customizations to the designer theme should be defined here */

0 comments on commit 96560a1

Please sign in to comment.