Skip to content

Commit

Permalink
fix(pagination.less): Remove unnecesary underline from pagination sty…
Browse files Browse the repository at this point in the history
…les.

fix #6516
  • Loading branch information
Portugal, Marcelo authored and mportuga committed Mar 16, 2018
1 parent faa17fb commit f3a4086
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/features/pagination/less/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
.ui-grid-pager-max-pages-number{
vertical-align: bottom;
> * {
vertical-align: middle;
vertical-align: bottom;
}
abbr {
border-bottom: none;
text-decoration: none;
}
}

Expand Down Expand Up @@ -131,5 +135,9 @@
margin-right: 10px;
margin-left: 10px;
float: right;
abbr {
border-bottom: none;
text-decoration: none;
}
}
}

0 comments on commit f3a4086

Please sign in to comment.