mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Improve UI Design (checklists item)
1. Change background color on mouseover and remove it after mouseout 2. Increase the clickable area of title
This commit is contained in:
parent
2c94254ec3
commit
c5b83c04c1
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
||||||
font-size: 1.1em
|
font-size: 1.1em
|
||||||
margin-top: 3px
|
margin-top: 3px
|
||||||
display: flex
|
display: flex
|
||||||
|
&:hover
|
||||||
|
background-color: darken(white, 8%)
|
||||||
|
|
||||||
.check-box
|
.check-box
|
||||||
margin-top: 5px
|
margin-top: 5px
|
||||||
|
|
@ -54,6 +56,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
||||||
border-right: 2px solid #3cb500
|
border-right: 2px solid #3cb500
|
||||||
|
|
||||||
.item-title
|
.item-title
|
||||||
|
flex-grow: 1
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
&.is-checked
|
&.is-checked
|
||||||
color: #8c8c8c
|
color: #8c8c8c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue