Fix readonly links styling

This commit is contained in:
hadi 2023-05-04 12:41:30 +02:00
parent e6f78d9d75
commit c79e5c7e8b

View File

@ -22,9 +22,11 @@ export class Et2UrlReadonly extends Et2Description
return [
...super.styles,
css`
:host {
a {
cursor: pointer;
color: #26537c;
color: #26537c !important;
text-decoration: none !important;
}`
];
}