Fix missing transform property
This commit is contained in:
parent
3a930dfc7f
commit
a8b69a40a5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */
|
|||
/* svg.context-properties.content.enabled must be "true" otherwise the icon will be black */
|
||||
|
||||
@media (prefers-reduced-motion:reduce){
|
||||
@keyframes rotate-throbber{from{transform: rotateZ(0deg)}to{rotateZ(360deg)}}
|
||||
@keyframes rotate-throbber{from{transform:rotateZ(0deg)}to{transform:rotateZ(360deg)}}
|
||||
.tab-throbber{
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJjb250ZXh0LWZpbGwiIGZpbGwtb3BhY2l0eT0iY29udGV4dC1maWxsLW9wYWNpdHkiPg0KICA8Y2lyY2xlIGN4PSI4IiBjeT0iMi41IiByPSIyIiBmaWxsLW9wYWNpdHk9IjEiLz4NCiAgPGNpcmNsZSBjeD0iMTIiIGN5PSI0IiByPSIxLjciLz4NCiAgPGNpcmNsZSBjeD0iMTMuNSIgY3k9IjgiIHI9IjEuNyIvPg0KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxLjciLz4NCiAgPGNpcmNsZSBjeD0iOCIgY3k9IjEzLjUiIHI9IjEuNyIvPg0KICA8Y2lyY2xlIGN4PSI0IiBjeT0iMTIiIHI9IjEuNyIvPg0KICA8Y2lyY2xlIGN4PSIyLjUiIGN5PSI4IiByPSIxLjciLz4NCiAgPGNpcmNsZSBjeD0iNCIgY3k9IjQiIHI9IjEuNyIvPg0KPC9zdmc+DQo") !important;
|
||||
-moz-context-properties: fill,fill-opacity !important;
|
||||
|
|
Loading…
Reference in a new issue