style: Replace deprecated prefixed mixins with unprefixed CSS property
Bug: T308351 Change-Id: I80615dcee5dd97fe267cb901fa0b4d5018a7ea88
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user