Skip to content

Commit

Permalink
New version 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-cgn committed Apr 14, 2020
1 parent d8d780d commit 594722c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion lib/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,18 @@ a {
.ssb-dropdown .list-of-options .option-list-element:focus {
outline: #9272fc solid 2px;
outline-offset: 2px; }
.ssb-dropdown .list-of-options .option-list-element:hover, .ssb-dropdown .list-of-options .option-list-element:focus {
.ssb-dropdown .list-of-options .option-list-element:hover, .ssb-dropdown .list-of-options .option-list-element:focus, .ssb-dropdown .list-of-options .option-list-element.active {
background: #274247;
color: #fff;
z-index: 2; }
.ssb-dropdown .list-of-options .option-list-element:disabled {
background: #fff;
color: #c3dcdc;
cursor: not-allowed;
font-weight: normal; }
.ssb-dropdown .list-of-options .option-list-element:disabled:hover, .ssb-dropdown .list-of-options .option-list-element:disabled:focus {
text-decoration: none;
background: none; }
.ssb-dropdown .list-of-options .option-list-element.selected {
background: #00824d;
color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statisticsnorway/ssb-component-library",
"version": "2.0.9",
"version": "2.0.10",
"description": "Component library for SSB (Statistics Norway)",
"main": "lib/bundle.js",
"scripts": {
Expand Down

0 comments on commit 594722c

Please sign in to comment.