We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd3c53 commit 0513386Copy full SHA for 0513386
src/common/component/Mandalart/Square/Square.css.ts
@@ -88,17 +88,20 @@ export const subCell = {
88
SQUARE_TYPES.TODO_SUB.subFont,
89
{
90
color: colors.grey8,
91
- background: colors.grey2,
+ background: colors.grey3,
92
+ ':hover': {
93
+ background: colors.grey2,
94
+ },
95
},
96
]),
97
TODO_MAIN: style([
98
createBaseCell('TODO_MAIN'),
99
SQUARE_TYPES.TODO_MAIN.subFont,
100
101
102
103
':hover': {
- background: colors.grey3,
104
105
106
selectors: {
107
'&[data-completed="true"]': {
@@ -113,9 +116,9 @@ export const subCell = {
113
116
SQUARE_TYPES.TODO_EDIT.subFont,
114
117
115
118
119
120
121
122
123
124
0 commit comments