Skip to content

Commit

Permalink
feat: review UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Jul 22, 2024
1 parent 274916c commit eba9093
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/css/bootstrap-prestashop-ui-kit.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions scss/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,10 @@
&:focus {
font-weight: 400;
}

&:focus,
&:active {
position: relative;
z-index: 1;
}
}
2 changes: 2 additions & 0 deletions scss/_select2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ $component-name: select2;

.#{$component-name}-container--bootstrap {
&.#{$component-name}-container {
background: var(--#{$cdk}white);

.#{$component-name} {
&-selection__rendered {
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
td,
th {
vertical-align: middle;
border-bottom: 1px solid var(--#{$cdk}ocean-blue-500);
border-bottom: 1px solid var(--#{$cdk}primary-400);
padding: {
top: var(--#{$cdk}size-16);
bottom: var(--#{$cdk}size-16);
Expand Down

0 comments on commit eba9093

Please sign in to comment.