File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6666<div id="project-board">
6767 <div class="board {{if .CanWriteProjects}}sortable{{end}}"{{if .CanWriteProjects}} data-url="{{$.Link}}/move"{{end}}>
6868 {{range .Columns}}
69- <div class="ui segment project-column"{{if .Color}} style="background: {{.Color}} !important; color: {{ContrastColor .Color}} !important"{{end}} data-id="{{.ID}}" data-sorting="{{.Sorting}}" data-url="{{$.Link}}/{{.ID}}">
69+ <div class="project-column"{{if .Color}} style="background: {{.Color}} !important; color: {{ContrastColor .Color}} !important"{{end}} data-id="{{.ID}}" data-sorting="{{.Sorting}}" data-url="{{$.Link}}/{{.ID}}">
7070 <div class="project-column-header{{if $canWriteProject}} tw-cursor-grab{{end}}">
7171 <div class="ui circular label project-column-issue-count">
7272 {{.NumIssues ctx}}
Original file line number Diff line number Diff line change 99.project-column {
1010 background-color : var (--color-project-column-bg ) !important ;
1111 border : 1px solid var (--color-secondary ) !important ;
12+ border-radius : var (--border-radius );
1213 margin : 0 0.5rem !important ;
1314 padding : 0.5rem !important ;
1415 width : 320px ;
You can’t perform that action at this time.
0 commit comments