Skip to content

Commit f3a4086

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
fix(pagination.less): Remove unnecesary underline from pagination styles.
fix #6516
1 parent faa17fb commit f3a4086

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/features/pagination/less/pagination.less

+9-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@
4141
.ui-grid-pager-max-pages-number{
4242
vertical-align: bottom;
4343
> * {
44-
vertical-align: middle;
44+
vertical-align: bottom;
45+
}
46+
abbr {
47+
border-bottom: none;
48+
text-decoration: none;
4549
}
4650
}
4751

@@ -131,5 +135,9 @@
131135
margin-right: 10px;
132136
margin-left: 10px;
133137
float: right;
138+
abbr {
139+
border-bottom: none;
140+
text-decoration: none;
141+
}
134142
}
135143
}

0 commit comments

Comments
 (0)