@brightspace-ui/core
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -134,3 +134,3 @@ import '../colors/colors.js'; | ||
this._floating = this._shouldFloat(); | ||
if (!this._floating) { | ||
if (!this._floating || !this.offsetParent) { | ||
return; | ||
@@ -137,0 +137,0 @@ } |
@@ -5,3 +5,3 @@ export function fixSvg(svg) { | ||
fills.forEach((fill) => { | ||
if (fill.getAttribute('fill') !== 'none') fill.removeAttribute('fill'); | ||
if (fill.getAttribute('fill').toLowerCase() === '#494c4e') fill.removeAttribute('fill'); | ||
}); | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@brightspace-ui/core", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A collection of accessible, free, open-source web components for building Brightspace applications", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/BrightspaceUI/core.git", |
# core | ||
[![NPM version](https://img.shields.io/npm/v/@brightspace-ui/core.svg)](https://www.npmjs.org/package/@brightspace-ui/core) | ||
[![NPM downloads](https://img.shields.io/npm/dt/@brightspace-ui/core.svg)](https://www.npmjs.com/package/@brightspace-ui/core) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/BrightspaceUI/core.svg)](https://greenkeeper.io/) | ||
@@ -5,0 +6,0 @@ |
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
916448
113