scss: remove slow transition for widget borders (#75382)

This commit is contained in:
Frédéric Péters 2023-04-18 15:18:34 +02:00
parent 9607123871
commit fffa4cfa98
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ input, input[type="search"], textarea, select {
margin: 0.2em 0px;
padding: $widget-padding;
max-width: 100%;
transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
transition: background 0.5s ease, color 0.5s ease;
box-shadow: $widget-box-shadow;
&:focus:not([readonly]) {
background-color: $widget-focus-background;