Skip to content
Snippets Groups Projects
Commit 96861d29 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Add a hover effect to demo link icons, to show that recoloring works

parent 50f48402
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,11 @@ class VpuCommonDemo extends VPULitElement { ...@@ -36,6 +36,11 @@ class VpuCommonDemo extends VPULitElement {
h1.title {margin-bottom: 1em;} h1.title {margin-bottom: 1em;}
div.container {margin-bottom: 1.5em;} div.container {margin-bottom: 1.5em;}
a:hover {
color: #ffbb00 !important;
background-color: blue;
}
a:after { a:after {
${ unsafeCSS(getIconCSS('bolt')) }; ${ unsafeCSS(getIconCSS('bolt')) };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment