Skip to content

Commit

Permalink
Do not animate the version admonitions colors. (#1424)
Browse files Browse the repository at this point in the history
Otherwise a delay has to be added to the accessibility color
contrast checks, to wait for the colors to fully transition.
  • Loading branch information
gabalafou committed Sep 6, 2023
1 parent f6e1943 commit 171a313
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ div.deprecated {
border-left: 0.2rem solid;
border-color: var(--pst-color-info);
border-radius: $admonition-border-radius;
transition: color 250ms, background-color 250ms, border-color 250ms;
background-color: var(--pst-color-on-background);
@include box-shadow();
position: relative;
Expand Down

0 comments on commit 171a313

Please sign in to comment.