|
|
@ -10,7 +10,8 @@ svg g[data-type='link-item'], |
|
|
|
svg > g[data-type='button'], |
|
|
|
svg > g[data-type='button'], |
|
|
|
svg > g[data-type='resourceButton'], |
|
|
|
svg > g[data-type='resourceButton'], |
|
|
|
svg > g[data-type='todo-checkbox'], |
|
|
|
svg > g[data-type='todo-checkbox'], |
|
|
|
svg > g[data-type='todo'] { |
|
|
|
svg > g[data-type='todo'], |
|
|
|
|
|
|
|
svg > g[data-type='checklist'] > g[data-type='checklist-item'] > rect { |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -28,6 +29,10 @@ svg g[data-type='todo-checkbox']:hover { |
|
|
|
opacity: 0.8; |
|
|
|
opacity: 0.8; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
svg g[data-type='checklist'] > g[data-type='checklist-item'] > rect:hover { |
|
|
|
|
|
|
|
fill: #cbcbcb !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
svg .done rect { |
|
|
|
svg .done rect { |
|
|
|
fill: #cbcbcb !important; |
|
|
|
fill: #cbcbcb !important; |
|
|
|
} |
|
|
|
} |
|
|
@ -46,8 +51,8 @@ svg .done text[fill='#ffffff'] { |
|
|
|
fill: black; |
|
|
|
fill: black; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
svg > g[data-type='subtipic'].done > rect + text, |
|
|
|
svg > g[data-type='subtopic'].done > rect + text, |
|
|
|
svg > g[data-type='subtipic'].learning > rect + text { |
|
|
|
svg > g[data-type='subtopic'].learning > rect + text { |
|
|
|
fill: #cbcbcb; |
|
|
|
fill: #cbcbcb; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|