File tree 2 files changed +6
-1
lines changed
assets/scss/components/citadel/forms
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4
4
- Fixes functionality of carousel links in IE and Edge. [ #1093 ] ( https://github.com/bigcommerce/cornerstone/pull/1093 )
5
5
- Add image width & height for carousel images. [ #1126 ] ( https://github.com/bigcommerce/cornerstone/pull/1126 )
6
6
- Fix Bold featured products clickability. [ #1130 ] ( https://github.com/bigcommerce/cornerstone/pull/1130 )
7
+ - Fixes mobile swatch selectability styling. [ #1131 ] ( https://github.com/bigcommerce/cornerstone/pull/1131 )
7
8
8
9
## 1.10.0 (2017-11-15)
9
10
- Fix spaces in faceted search option names [ #1113 ] ( https://github.com/bigcommerce/cornerstone/pull/1113 )
Original file line number Diff line number Diff line change 260
260
// 1. Issue with FastClick JS library workaround: https://github.com/ftlabs/fastclick/issues/351
261
261
// 2. Resetting font due to inline-block whitespace issue.
262
262
// 3. Added for STENCIL-3384. Did not change directly on .form-option-variant to avoid 1.
263
+ // 4. Added for STRF-4031. Breaks 3 for small screens.
263
264
//
264
265
265
266
.form-option {
297
298
@include square (22 );
298
299
min-width : initial ;
299
300
padding : 0 ;
300
- pointer-events : inherit ; // 3
301
+
302
+ @include breakpoint (' small' ) { // 4
303
+ pointer-events : inherit ; // 3
304
+ }
301
305
}
302
306
303
307
.form-option-variant--pattern {
You can’t perform that action at this time.
0 commit comments