Skip to content

Commit c7b84f5

Browse files
committed
Change the default color of the pager icons
1 parent a870062 commit c7b84f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/css/ionic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4435,7 +4435,7 @@ button.item-button-right:after {
44354435
display: inline-block;
44364436
margin: 0px 3px;
44374437
width: 15px;
4438-
color: #fff;
4438+
color: #000;
44394439
text-decoration: none;
44404440
opacity: 0.3; }
44414441
.slider-pager .slider-pager-page.active {

dist/css/ionic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_slide-box.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
display: inline-block;
4343
margin: 0px 3px;
4444
width: 15px;
45-
color: #fff;
45+
color: #000;
4646
text-decoration: none;
4747

4848
opacity: 0.3;

0 commit comments

Comments
 (0)