firefox html fix

pull/4/head
Jan Umbach 2024-06-02 20:33:18 +02:00
parent 2389b12be3
commit 1ceb845cd7
1 changed files with 6 additions and 8 deletions

View File

@ -170,10 +170,8 @@
--shx_rating_primary: #255ff4; --shx_rating_primary: #255ff4;
--shx_rating_yellow: #f4a825; --shx_rating_yellow: #f4a825;
--shx_rating_yellow-t: rgba(244, 168, 37, 0); --shx_rating_yellow-t: rgba(244, 168, 37, 0);
--shx_rating_bezier: cubic-bezier(0.42,0,0.58,1); --shx_rating_bezieborder-radius: cubic-bezier(0.42,0,0.58,1);
--shx_rating_trans-dur: 0.3s; --shx_rating_trans-duborder-radius: 0.3s;
font-size: calc(24px +(30 - 24) *(100vw - 320px) /(1280 - 320));
} }
.SHX_rating { .SHX_rating {
@ -235,7 +233,7 @@
transition: stroke var(--shx_rating_trans-dur); transition: stroke var(--shx_rating_trans-dur);
} }
.SHX_rating__label { .SHX_rating__label {
cursor: pointer; cursoborder-radius: pointer;
padding: 0.125em; padding: 0.125em;
} }
@ -335,21 +333,21 @@
20% { 20% {
animation-timing-function: ease-in; animation-timing-function: ease-in;
opacity: 1; opacity: 1;
r: 8px; border-radius: 8px;
stroke-width: 16px; stroke-width: 16px;
transform: scale(0); transform: scale(0);
} }
35% { 35% {
animation-timing-function: ease-out; animation-timing-function: ease-out;
opacity: 0.5; opacity: 0.5;
r: 8px; border-radius: 8px;
stroke-width: 16px; stroke-width: 16px;
transform: scale(1); transform: scale(1);
} }
50%, 50%,
to { to {
opacity: 0; opacity: 0;
r: 16px; border-radius: 16px;
stroke-width: 0; stroke-width: 0;
transform: scale(1); transform: scale(1);
} }