@forter/icon
Advanced tools
Comparing version 1.0.1-beta.262 to 1.0.1-beta.267
@@ -5,2 +5,3 @@ import { css } from 'lit-element'; | ||
display: inline-block; | ||
--fc-icon-fill-hover: var(--ftr-primary-2) | ||
} | ||
@@ -36,6 +37,6 @@ | ||
:host([hoverable]) #content:hover > svg, | ||
:host([hoverable]) #content:hover > svg > path, | ||
:host([hoverable]) #content:hover > svg > g > path { | ||
fill: var(--fc-icon-fill-hover, var(--ftr-primary-2)) !important; | ||
:host([hoverable]:hover) #content > svg, | ||
:host([hoverable]:hover) #content > svg > path, | ||
:host([hoverable]:hover) #content > svg > g > path { | ||
fill: var(--fc-icon-fill-hover) !important; | ||
} | ||
@@ -48,4 +49,5 @@ | ||
/* disabled */ | ||
:host([disabled]) #content:hover > svg, | ||
:host([hoverable]) > #content:hover > svg > g > path { | ||
:host([disabled]:hover) #content > svg, | ||
:host([disabled]:hover) #content > svg > path, | ||
:host([disabled]:hover) #content > svg > g > path { | ||
fill: auto !important; | ||
@@ -52,0 +54,0 @@ } |
{ | ||
"name": "@forter/icon", | ||
"version": "1.0.1-beta.262+84e4f9a", | ||
"version": "1.0.1-beta.267+e33e42f", | ||
"description": "Icon Component from Forter Components", | ||
@@ -51,3 +51,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "84e4f9a0f90c9f3b1ca838b8131de9809e3ff136" | ||
"gitHead": "e33e42f7fc4ce4418410a8aed2e03846e470440b" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
97741
1584