Skip to content

Commit

Permalink
Fixed #13617 - Update table outline offset and sync primeng-sass-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Sep 26, 2023
1 parent b1c6e60 commit a36b885
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion src/assets/components/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #93cbf9;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(100, 181, 246, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #a7d8a9;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(129, 199, 132, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #ffe284;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(255, 213, 79, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #cf95d9;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(186, 104, 200, 0.16);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #e3f3fe;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #8dd0ff;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #f0e6f5;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #c298d8;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid rgba(38, 143, 255, 0.5);
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #007bff;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid rgba(136, 60, 174, 0.5);
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #883cae;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/fluent-light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #605e5c;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #edebe9;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/lara-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid rgba(147, 197, 253, 0.5);
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(147, 197, 253, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/lara-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid rgba(165, 180, 252, 0.5);
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(165, 180, 252, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/lara-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid rgba(196, 181, 253, 0.5);
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(196, 181, 253, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/lara-dark-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid rgba(94, 234, 212, 0.5);
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(94, 234, 212, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/lara-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #BFDBFE;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #EFF6FF;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/lara-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #C7D2FE;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #EEF2FF;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/lara-light-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #DDD6FE;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F5F3FF;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/lara-light-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #99F6E4;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F0FDFA;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/luna-amber/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid white;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #FFE082;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/luna-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid white;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #81D4FA;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/luna-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid white;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #C5E1A5;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/luna-pink/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid white;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F48FB1;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/md-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid transparent;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(206, 147, 216, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/md-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid transparent;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(159, 168, 218, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/md-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid transparent;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(103, 58, 183, 0.12);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/md-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid transparent;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(63, 81, 181, 0.12);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/mdc-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid transparent;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(206, 147, 216, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/mdc-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid transparent;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(159, 168, 218, 0.16);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid transparent;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(103, 58, 183, 0.12);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/mdc-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid transparent;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(63, 81, 181, 0.12);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/mira/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #C0D0E0;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #D8DEE9;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/nano/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #90c9f5;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #44A1D9;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/nova-accent/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #8dcdff;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #e02365;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/nova-alt/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #8dcdff;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #007ad9;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/nova/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #8dcdff;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #007ad9;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/rhea/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #e4e9ec;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #AFD3C8;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/saga-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #a6d5fa;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #E3F2FD;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/saga-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #b7e0b8;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #E8F5E9;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/saga-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #ffe69c;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #FFF3E0;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/saga-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #df9eea;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #F3E5F5;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/soho-dark/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #e0d8fc;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(177, 157, 247, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/soho-light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #c7bbfa;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #e2dcfc;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/tailwind-light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2896,7 +2896,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #6366F1;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: #EEF2FF;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/vela-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #93cbf9;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(100, 181, 246, 0.16);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/themes/vela-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,7 @@
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
outline: 0.15rem solid #a7d8a9;
outline-offset: 0.15rem;
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
background: rgba(129, 199, 132, 0.16);
Expand Down
Loading

1 comment on commit a36b885

@vercel
Copy link

@vercel vercel bot commented on a36b885 Sep 26, 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.