Fix readonly links styling

This commit is contained in:
hadi 2023-05-04 12:41:30 +02:00
parent 9ad9305844
commit a8e83ad59f

View File

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