remove selection on star rating popup
parent
dc9860c4b5
commit
7de127d1cd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue