@forter/button
Advanced tools
Comparing version 5.2.13 to 5.2.14
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.2.14](https://github.com/forter/web-components/compare/@forter/button@5.2.13...@forter/button@5.2.14) (2020-07-21) | ||
### Bug Fixes | ||
* **button:** active color fix ([#460](https://github.com/forter/web-components/issues/460)) ([a397891](https://github.com/forter/web-components/commit/a397891)) | ||
## [5.2.13](https://github.com/forter/web-components/compare/@forter/button@5.2.12...@forter/button@5.2.13) (2020-07-13) | ||
@@ -8,0 +19,0 @@ |
@@ -20,3 +20,2 @@ import { css } from 'lit-element'; | ||
--fc-button-active-border-color: var(--blue-5); | ||
--fc-button-active-color: var(--blue-6); | ||
--fc-button-active-icon-color: var(--blue-6); | ||
@@ -81,2 +80,3 @@ --fc-button-active-background-color: rgba(33, 37, 41, 0.05); | ||
#button:active:enabled { | ||
color: var(--fc-button-active-color, var(--blue-6)); | ||
background-color: var(--fc-button-active-background-color, var(--fc-button-hover-background-color, var(--white))); | ||
@@ -83,0 +83,0 @@ box-shadow: var(--fc-button-active-box-shadow, 0 0 5px 0 rgba(0, 0, 0, 0.05)); |
{ | ||
"name": "@forter/button", | ||
"version": "5.2.13", | ||
"version": "5.2.14", | ||
"description": "Button from Forter Components", | ||
@@ -58,3 +58,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "8dd2f0f89a1ef95fa4efb053665ab4eeaaf18e28" | ||
"gitHead": "94e212bd554ec953f7075a52b4d756aaf4e6621d" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158735