Left Search Result Sponsored: Fix sponsored button hover (#5940)

This commit is contained in:
Alexander Zinchuk 2025-06-04 20:40:48 +02:00
parent e7bdc12dfc
commit b2aeebaa7e

View File

@ -187,6 +187,10 @@
.search-sponsored-badge {
display: flex;
align-self: flex-start;
cursor: pointer;
&:hover {
filter: brightness(1.1);
}
}
}