Skip to content

Commit

Permalink
Merge pull request #1 from DMOEdetc/0.3.6
Browse files Browse the repository at this point in the history
0.3.6
  • Loading branch information
dersimoezdag authored Jul 3, 2020
2 parents 2851427 + 3ca641e commit 143c9ce
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.6] - 2020-07-02

### Fixed

- Button hover style

## [0.3.5] - 2020-07-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/curryKlaro-no-css.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/curryKlaro.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/curryKlaro.min.css

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": "curryKlaro",
"version": "0.3.5",
"version": "0.3.6",
"description": "A simple but powerful consent manager.",
"repository": {
"type": "git",
Expand Down
38 changes: 19 additions & 19 deletions src/scss/klaro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,25 +82,6 @@ $green: #01440c;

cursor: pointer;

&.is-active,
&:hover,
&:active {
background-color: $button-background-active;
color: rgba(255, 255, 255, 0.9);
text-decoration: none;
}
&:hover,
&:focus {
background-color: $button-background-hover;
}
&:active {
background-color: $button-background-active;
}

&:disabled {
opacity: 0.5;
}

&.btn-sm {
padding: 0.4em;
font-size: 1em;
Expand All @@ -122,6 +103,25 @@ $green: #01440c;
margin-left: 0.5em;
margin-right: 0;
}

&.is-active,
&:hover,
&:active {
background-color: $button-background-active;
color: rgba(255, 255, 255, 0.9);
text-decoration: none;
}
&:hover,
&:focus {
background-color: $button-background-hover;
}
&:active {
background-color: $button-background-active;
}

&:disabled {
opacity: 0.5;
}
}
}

Expand Down

0 comments on commit 143c9ce

Please sign in to comment.