fix(cookieconsent): Fix user-select property in consentsoftware-cookieconsent component for consistency in interaction.
This commit is contained in:
@ -25,6 +25,7 @@ export class ConsentsoftwareCookieconsent extends LitElement {
|
||||
public static styles = css`
|
||||
:host {
|
||||
font-family: ${shared.fontStack};
|
||||
user-select: none;
|
||||
/* Default theme variables */
|
||||
--text-color: #333;
|
||||
--background-color: #eeeeee;
|
||||
|
Reference in New Issue
Block a user