mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 23:19:54 +03:00
revert: "fix(tag-table): icons for ascending & descending are not shown correctly (#406)"
This reverts commit 9960afe909
.
This commit is contained in:
parent
68313a1bae
commit
3c7429b732
1 changed files with 2 additions and 2 deletions
|
@ -300,13 +300,13 @@ material-card table th.material-card-th-sorted-descending:before {
|
|||
font-style: normal;
|
||||
line-height: 1;
|
||||
font-size: 16px;
|
||||
content: 'arrow_upward';
|
||||
content: '\e5d8';
|
||||
margin-right: 5px;
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
material-card table th.material-card-th-sorted-descending:before {
|
||||
content: 'arrow_downward';
|
||||
content: '\e5db';
|
||||
}
|
||||
|
||||
material-button .content i.material-icons,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue