fix(cookieconsent): Fix user-select property in consentsoftware-cookieconsent component for consistency in interaction.
This commit is contained in:
parent
1ab6e09c95
commit
e0ed973b3a
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-01-16 - 1.4.2 - fix(cookieconsent)
|
||||||
|
Fix user-select property in consentsoftware-cookieconsent component for consistency in interaction.
|
||||||
|
|
||||||
|
|
||||||
## 2025-01-16 - 1.4.1 - fix(consentsoftware-toggle)
|
## 2025-01-16 - 1.4.1 - fix(consentsoftware-toggle)
|
||||||
Fix issue in drag event handling logic for the toggle component.
|
Fix issue in drag event handling logic for the toggle component.
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@consent.software/catalog',
|
name: '@consent.software/catalog',
|
||||||
version: '1.4.1',
|
version: '1.4.2',
|
||||||
description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
|
description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,7 @@ export class ConsentsoftwareCookieconsent extends LitElement {
|
|||||||
public static styles = css`
|
public static styles = css`
|
||||||
:host {
|
:host {
|
||||||
font-family: ${shared.fontStack};
|
font-family: ${shared.fontStack};
|
||||||
|
user-select: none;
|
||||||
/* Default theme variables */
|
/* Default theme variables */
|
||||||
--text-color: #333;
|
--text-color: #333;
|
||||||
--background-color: #eeeeee;
|
--background-color: #eeeeee;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user