Skip to content

Commit 171a313

Browse files
authored
Do not animate the version admonitions colors. (#1424)
Otherwise a delay has to be added to the accessibility color contrast checks, to wait for the colors to fully transition.
1 parent f6e1943 commit 171a313

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pydata_sphinx_theme/assets/styles/components/_versionmodified.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ div.deprecated {
99
border-left: 0.2rem solid;
1010
border-color: var(--pst-color-info);
1111
border-radius: $admonition-border-radius;
12-
transition: color 250ms, background-color 250ms, border-color 250ms;
1312
background-color: var(--pst-color-on-background);
1413
@include box-shadow();
1514
position: relative;

0 commit comments

Comments
 (0)