Skip to content

Commit

Permalink
fix: Removed CSS Filters from Selectable Cards (#829)
Browse files Browse the repository at this point in the history
* fix: removed the filters

* chore: versioning
  • Loading branch information
brandenTenbrink authored Aug 29, 2022
1 parent be4708c commit 68ce453
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 6.3.1 (2022-08-24)

- [829](https://github.com/influxdata/clockface/pull/829): Removed CSS filters from Selectable Card

### 6.3.0 (2022-08-24)

- [828](https://github.com/influxdata/clockface/pull/828): Added a Sync Icon to the Icon set
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/clockface",
"version": "6.3.0",
"version": "6.3.1",
"license": "MIT",
"main": "dist/index.js",
"style": "dist/index.css",
Expand Down
6 changes: 0 additions & 6 deletions src/Components/SelectableCard/SelectableCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ $selectable-card--label: $cf-grey-75;
flex-direction: column;
justify-content: center;
align-items: center;
filter: grayscale(0) opacity(100%);
transition: filter $cf-transition-default;
}

/*
Expand All @@ -149,10 +147,6 @@ $selectable-card--label: $cf-grey-75;
.cf-selectable-card__disabled.cf-selectable-card__selected {
cursor: not-allowed;
opacity: $cf-disabled-opacity;

.cf-selectable-card--children {
filter: grayscale(0.5) opacity(30%);
}
}

/*
Expand Down

0 comments on commit 68ce453

Please sign in to comment.