style: Replace deprecated prefixed mixins with unprefixed CSS property

Bug: T308351
Change-Id: I80615dcee5dd97fe267cb901fa0b4d5018a7ea88
This commit is contained in:
Wandji69
2023-01-25 18:54:18 +01:00
committed by jenkins-bot
parent 5469c2d959
commit 7a69478642

View File

@@ -18,7 +18,7 @@
.uls-search-label { .uls-search-label {
opacity: 0.51; opacity: 0.51;
.transition( opacity 250ms ); transition: opacity 250ms;
} }
.uls-search-wrapper:hover .uls-search-label { .uls-search-wrapper:hover .uls-search-label {