icons animation fix

This commit is contained in:
Tony Air 2019-12-02 20:41:36 +07:00
parent f27f994a17
commit 259658fdfc
2 changed files with 13 additions and 13 deletions

24
dist/css/main.css vendored
View File

@ -14688,28 +14688,28 @@ a:focus,
opacity: .8;
}
.a:hover .fas,
.a:hover .fab,
.a:hover > .fas,
.a:hover > .fab,
.a:hover.fas,
.a:hover.fab,
.a:focus .fas,
.a:focus .fab,
.a:focus > .fas,
.a:focus > .fab,
.a:focus.fas,
.a:focus.fab,
a:hover .fas,
a:hover .fab,
a:hover > .fas,
a:hover > .fab,
a:hover.fas,
a:hover.fab,
a:focus .fas,
a:focus .fab,
a:focus > .fas,
a:focus > .fab,
a:focus.fas,
a:focus.fab,
[data-toggle]:hover .fas,
[data-toggle]:hover .fab,
[data-toggle]:hover > .fas,
[data-toggle]:hover > .fab,
[data-toggle]:hover.fas,
[data-toggle]:hover.fab,
[data-toggle]:focus .fas,
[data-toggle]:focus .fab,
[data-toggle]:focus > .fas,
[data-toggle]:focus > .fab,
[data-toggle]:focus.fas,
[data-toggle]:focus.fab {
-webkit-transform: rotate(-180deg);

File diff suppressed because one or more lines are too long