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 {
|
||||
color: $primary-color;
|
||||
color: #fff;
|
||||
background: $primary-color;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue