remove selection on star rating popup

pull/1/head
alexanderroese 2024-05-31 12:02:14 +02:00
parent dc9860c4b5
commit 7de127d1cd
1 changed files with 2 additions and 0 deletions

View File

@ -251,11 +251,13 @@ body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
z-index: 2;
}
/* removes the blue selection on mobile */
button,
textarea,
input,
select,
summary,
.SHX_rating__label,
a {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent;