fix(editor): use colors from color scheme to render table cells
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Resolves https://github.com/go-vikunja/vikunja/issues/253
This commit is contained in:
parent
d86fdcb756
commit
26ada628a2
@ -818,7 +818,7 @@ watch(
|
||||
td,
|
||||
th {
|
||||
min-width: 1em;
|
||||
border: 2px solid #ced4da;
|
||||
border: 2px solid var(--grey-300) !important;
|
||||
padding: 3px 5px;
|
||||
vertical-align: top;
|
||||
box-sizing: border-box;
|
||||
@ -832,7 +832,7 @@ watch(
|
||||
th {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
background-color: #f1f3f5;
|
||||
background-color: var(--grey-200);
|
||||
}
|
||||
|
||||
.selectedCell:after {
|
||||
|
Loading…
x
Reference in New Issue
Block a user