Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Commits
54d35642
Commit
54d35642
authored
5 years ago
by
Bekerle, Patrizio
Committed by
Reiter, Christoph
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add styles.js
parent
c66c3479
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/language-select/src/vpu-language-select.js
+2
-1
2 additions, 1 deletion
packages/language-select/src/vpu-language-select.js
packages/language-select/vendor/common
+1
-1
1 addition, 1 deletion
packages/language-select/vendor/common
with
3 additions
and
2 deletions
packages/language-select/src/vpu-language-select.js
+
2
−
1
View file @
54d35642
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
`
${
common
Util
s
.
getThemeCSS
()}
${
common
Style
s
.
getThemeCSS
()}
a:hover {
background-color: var(--vpu-dark);
...
...
This diff is collapsed.
Click to expand it.
common
@
b7a96ff7
Subproject commit
8ca2d5cafade6c6b1c966452521ef0430c282487
Subproject commit
b7a96ff7ecc798b5dc4e4b6475188dab009ed0f6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment