scinote-web/app/assets/stylesheets/shared/content/table.scss

19 lines
294 B
SCSS
Raw Normal View History

.content__table-container {
.table-header:not(.editing-name):not(.locked) {
&:hover {
background-color: $color-concrete;
2022-05-06 17:59:22 +08:00
}
}
.table-body:not(.edit):not(.locked) {
&:hover {
background-color: $color-concrete;
2022-05-06 17:59:22 +08:00
}
}
td,
th {
color: $color-black;
}
2022-05-06 17:59:22 +08:00
}