Skip to content
Snippets Groups Projects
Commit 54d35642 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add styles.js

parent c66c3479
No related branches found
No related tags found
No related merge requests found
import {html, css, LitElement} from 'lit-element';
import {i18n} from './i18n.js';
import * as commonUtils from 'vpu-common/utils';
import * as commonStyles from 'vpu-common/styles';
/**
* Emits a vpu-language-changed event where event.detail.lang is the new selected language
......@@ -82,7 +83,7 @@ class LanguageSelect extends LitElement {
static get styles() {
// language=css
return css`
${commonUtils.getThemeCSS()}
${commonStyles.getThemeCSS()}
a:hover {
background-color: var(--vpu-dark);
......
common @ b7a96ff7
Subproject commit 8ca2d5cafade6c6b1c966452521ef0430c282487
Subproject commit b7a96ff7ecc798b5dc4e4b6475188dab009ed0f6
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