Skip to content

Commit

Permalink
fix(ld-pagination): invert colors for selected pagination item in dot…
Browse files Browse the repository at this point in the history
…s mode
  • Loading branch information
borisdiakur committed Jun 3, 2022
1 parent 6d152ec commit 5948d2b
Show file tree
Hide file tree
Showing 121 changed files with 97 additions and 97 deletions.
188 changes: 94 additions & 94 deletions screenshot/builds/master.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
6 changes: 3 additions & 3 deletions src/liquid/components/ld-pagination/ld-pagination.shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--ld-pagination-default-column-size: calc(
var(--ld-pagination-item-size) + var(--ld-pagination-items-space)
);
--ld-pagination-dot-col: var(--ld-thm-primary-alpha-low);
--ld-pagination-dot-col: var(--ld-thm-primary);
--ld-pagination-dots-indicator-size: calc(
var(--ld-pagination-dots-size) + var(--ld-sp-8)
);
Expand Down Expand Up @@ -54,7 +54,7 @@

&--brand-color {
--ld-pagination-marker-col: var(--ld-col-wht-alpha-lowest);
--ld-pagination-dot-col: var(--ld-col-wht-alpha-low);
--ld-pagination-dot-col: var(--ld-col-wht);
--ld-pagination-primary-col: var(--ld-col-wht);
--ld-pagination-selected-col: var(--ld-col-wht);

Expand Down Expand Up @@ -216,7 +216,7 @@

&:not(.ld-pagination__item--selected) .ld-pagination__dot::after {
background-color: var(--ld-pagination-primary-col);
opacity: 0.7;
opacity: 0.3;
}
}
}
Expand Down

0 comments on commit 5948d2b

Please sign in to comment.