Skip to content

Commit

Permalink
Update article pagination to use new theme variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina authored and bartaz committed Jun 14, 2024
1 parent f7be758 commit 0c48700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scss/_patterns_article-pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@mixin vf-p-article-pagination {
%chevron-icon {
@extend %icon;
@include vf-icon-chevron($color-mid-dark);
@include vf-icon-chevron-themed;

content: '';
position: absolute;
Expand All @@ -17,7 +17,7 @@

.p-article-pagination__label,
.p-article-pagination__title {
color: $colors--light-theme--text-default;
color: $colors--theme--text-default;
display: block;
margin-top: 0;
width: 100%;
Expand Down
1 change: 0 additions & 1 deletion templates/docs/examples/patterns/article-pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

{% block standalone_css %}patterns_article-pagination{% endblock %}

{% set is_not_themed = True %}
{% block content %}
<footer class="p-article-pagination">
<a class="p-article-pagination__link--previous" href="#previous">
Expand Down

0 comments on commit 0c48700

Please sign in to comment.