add aria-label attribute for cookie-law dismiss button
This commit is contained in:
parent
59a7ffd7ce
commit
4c64aa44a9
|
@ -16,7 +16,7 @@
|
|||
|
||||
<a href="#" role="button"
|
||||
class="dismiss"
|
||||
|
||||
aria-label="Dismiss cookies window"
|
||||
(click)="dismiss($event)"><span class="clickable uk-icon">
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="1"><path fill="none" stroke="#000" stroke-width="1.06" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.06" d="M16,4 L4,16"></path></svg>
|
||||
</span></a>
|
||||
|
|
Loading…
Reference in New Issue