Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/BQM-3022-tests-for-DataGridCel…
Browse files Browse the repository at this point in the history
…lInput
  • Loading branch information
NicolasMartos committed Nov 15, 2019
2 parents 4bdd100 + e0ac11f commit 5f0cc89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/alto-ui/ButtonGroup/ButtonGroup.scss
Expand Up @@ -41,6 +41,11 @@
outline: none;
}

&:hover {
color: $blue-50;
border-color: $blue-50;
}

&--disabled {
cursor: not-allowed;
color: $coolgrey-60;
Expand All @@ -52,6 +57,11 @@
background-color: $blue-70;
color: $white;

&:hover {
background-color: $blue-50;
color: $white;
}

&.ButtonGroup__button--disabled {
background-color: $coolgrey-60;
}
Expand Down
2 changes: 1 addition & 1 deletion src/alto-ui/Header/Header.scss
Expand Up @@ -34,7 +34,7 @@
.Header__title {
font-size: 1.125rem;
font-weight: $font-weight-bold;
letter-spacing: 0.05em;
letter-spacing: 0.025em;
}

.Header__loader {
Expand Down

0 comments on commit 5f0cc89

Please sign in to comment.