mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-02-13 20:59:51 +00:00
fix(tag-table): icons for ascending & descending are not shown correctly (#406)
fixes #406
This commit is contained in:
@@ -300,13 +300,13 @@ material-card table th.material-card-th-sorted-descending:before {
|
||||
font-style: normal;
|
||||
line-height: 1;
|
||||
font-size: 16px;
|
||||
content: '\e5d8';
|
||||
content: 'arrow_upward';
|
||||
margin-right: 5px;
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
material-card table th.material-card-th-sorted-descending:before {
|
||||
content: '\e5db';
|
||||
content: 'arrow_downward';
|
||||
}
|
||||
|
||||
material-button .content i.material-icons,
|
||||
|
||||
Reference in New Issue
Block a user