File tree 1 file changed +22
-0
lines changed
src/base/bootstrap-overrides
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 21
21
& :visited {
22
22
color : $link-visited-color ;
23
23
}
24
+
25
+ // make placeholder links look like plain text
26
+ & :not ([href ]) {
27
+ color : inherit ;
28
+ text-decoration : none ;
29
+
30
+ & :hover ,
31
+ & :focus {
32
+ color : inherit ;
33
+ outline : none ;
34
+ text-decoration : none ;
35
+ }
36
+ }
24
37
}
25
38
26
39
// do not change the visited link colour for certain elements
@@ -626,6 +639,7 @@ fieldset {
626
639
* Pagination
627
640
* * Add left/right arrows to previous/next buttons
628
641
* * Increase size of the pagination buttons
642
+ * * Prevent contrast ratio issues on active placeholder links
629
643
*/
630
644
%glyphicon-inline-icons {
631
645
content : " " ;
@@ -725,6 +739,14 @@ fieldset {
725
739
}
726
740
}
727
741
742
+ .pagination {
743
+ > {
744
+ .active {
745
+ color : $pagination-active-color ;
746
+ }
747
+ }
748
+ }
749
+
728
750
729
751
/*
730
752
* Use button border style 'outset' to give buttons depth, except when disabled
You can’t perform that action at this time.
0 commit comments