Skip to content

Commit

Permalink
fix: removed filter-sort-direction css
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 6, 2023
1 parent 89b50ab commit 8dd0d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions demo/CoCreate-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
<!--</a>-->
<ul class="overflow:auto display:inline-flex direction:rtl width:100% font-size:20px align-items-center list-style-type-none">
<li class="margin-right:15px">
<a actions="closeModal"><i class="height:18px fill:#505050" src="/assets/svg/times.svg"></i></a>
<a actions="closeModal"><i class="display:flex height:18px fill:#505050" src="/assets/svg/times.svg"></i></a>
</li>
<li class="margin-right:15px">
<a actions="minMaxModal">
<i toggle="/assets/svg/window-restore.svg, /assets/svg/window-maximize.svg" toggle-attribute="src" class="display:flex height:18px fill:#505050" src="/assets/svg/window-maximize.svg"></i>
</a>
</li>
<li class="margin-right:15px">
<a actions="parkModal"><i class="height:18px fill:#505050" src="/assets/svg/window-minimize.svg"></i></a>
<a actions="parkModal"><i class="display:flex height:18px fill:#505050" src="/assets/svg/window-minimize.svg"></i></a>
</li>
<li class="margin-right:15px">
<a fullscreen>
Expand Down
18 changes: 0 additions & 18 deletions src/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,6 @@ textarea {
toggle order icons transform filter.js
=================================*/

a[icon][filter-sort-direction]:before {
font-family: 'Font Awesome 5 Free';
content: "\f0dc";
font-weight: 900;
}

a[icon][filter-sort-direction=asc]:before {
font-family: 'Font Awesome 5 Free';
content: "\f0de";
font-weight: 900;
}

a[icon][filter-sort-direction=desc]:before {
font-family: 'Font Awesome 5 Free';
content: "\f0dd";
font-weight: 900;
}

.success {
background-color: #70ca63;
color: #fff;
Expand Down

0 comments on commit 8dd0d2e

Please sign in to comment.