mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
18 lines
294 B
SCSS
18 lines
294 B
SCSS
.content__table-container {
|
|
.table-header:not(.editing-name):not(.locked) {
|
|
&:hover {
|
|
background-color: $color-concrete;
|
|
}
|
|
}
|
|
|
|
.table-body:not(.edit):not(.locked) {
|
|
&:hover {
|
|
background-color: $color-concrete;
|
|
}
|
|
}
|
|
|
|
td,
|
|
th {
|
|
color: $color-black;
|
|
}
|
|
}
|