Skip to content

Commit e1b7a19

Browse files
authored
refactor: remove unused required indicator opacity transition (#9294)
1 parent d413f68 commit e1b7a19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vaadin-lumo-styles/mixins/required-field.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ const requiredField = css`
6565
6666
:host([required]) [part='required-indicator']::after {
6767
content: var(--lumo-required-field-indicator, '\\2022');
68-
transition: opacity 0.2s;
6968
color: var(--lumo-required-field-indicator-color, var(--lumo-primary-text-color));
7069
position: absolute;
7170
right: 0;

0 commit comments

Comments
 (0)