Skip to content

Commit e334d43

Browse files
committed
add cursor pointer to options
1 parent 8a42472 commit e334d43

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.documentation/backlog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Example:
44

5+
- Update usage documentation according to EnerQi
56
- suffixes: clear/reset, copy, validation state, loading
67
- date/time fields: show mask that user provided, not 0
78
- fromGroup example

projects/ngx-formidable/src/lib/styles/mixins/_forms.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,14 +455,15 @@
455455
}
456456

457457
@mixin field-option-selected {
458-
background: pink; // var(--formidable-color-field-selected, #{tokens.$formidable-color-field-selected});
458+
background: var(--formidable-color-field-selected, #{tokens.$formidable-color-field-selected});
459459
}
460460

461461
@mixin field-option-highlighted {
462462
background: var(--formidable-color-field-highlighted, #{tokens.$formidable-color-field-highlighted});
463463
}
464464

465465
@mixin field-option-inline {
466+
cursor: pointer;
466467
padding: utils.spacing(8) utils.spacing(16);
467468
color: var(--formidable-color-field-text, #{tokens.$formidable-color-field-text});
468469

0 commit comments

Comments
 (0)