problems: tweak header styles

This commit is contained in:
Alexander Zobnin
2018-12-27 21:17:19 +03:00
parent 064b160df0
commit f31f9757ba

View File

@@ -15,6 +15,21 @@
display: flex;
flex-direction: column;
.rt-thead {
&.-header {
height: 2.4em;
}
.rt-th {
&.-sort-desc {
box-shadow: inset 0 -3px 0 0 $blue;
}
&.-sort-asc {
box-shadow: inset 0 3px 0 0 $blue;
}
}
}
.rt-tr-group {
flex: 0 0 auto;
border-bottom: solid 2px $problems-border-color;
@@ -43,7 +58,7 @@
}
.problem-details-container {
border-left-color: rgba($blue, 0.5);
border-left-color: $problems-table-row-hovered-shadow-color;
box-shadow: 0px 0px 5px rgba($blue, 0.5);
}
}