Make .current stand out more in pagination bar
This commit is contained in:
parent
715852ba19
commit
287e73d9e6
2 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.current {
|
&.current {
|
||||||
color: $primary-color;
|
color: #fff;
|
||||||
|
background: $primary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue