File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
src/Components/SelectableCard Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 6.3.1 (2022-08-24)
4+
5+ - [ 829] ( https://github.com/influxdata/clockface/pull/829 ) : Removed CSS filters from Selectable Card
6+
37### 6.3.0 (2022-08-24)
48
59- [ 828] ( https://github.com/influxdata/clockface/pull/828 ) : Added a Sync Icon to the Icon set
Original file line number Diff line number Diff line change 11{
22 "name" : " @influxdata/clockface" ,
3- "version" : " 6.3.0 " ,
3+ "version" : " 6.3.1 " ,
44 "license" : " MIT" ,
55 "main" : " dist/index.js" ,
66 "style" : " dist/index.css" ,
Original file line number Diff line number Diff line change @@ -134,8 +134,6 @@ $selectable-card--label: $cf-grey-75;
134134 flex-direction : column ;
135135 justify-content : center ;
136136 align-items : center ;
137- filter : grayscale (0 ) opacity (100% );
138- transition : filter $cf-transition-default ;
139137}
140138
141139/*
@@ -149,10 +147,6 @@ $selectable-card--label: $cf-grey-75;
149147.cf-selectable-card__disabled.cf-selectable-card__selected {
150148 cursor : not-allowed ;
151149 opacity : $cf-disabled-opacity ;
152-
153- .cf-selectable-card--children {
154- filter : grayscale (0.5 ) opacity (30% );
155- }
156150}
157151
158152/*
You can’t perform that action at this time.
0 commit comments