problems: tweak header styles
This commit is contained in:
@@ -15,6 +15,21 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
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 {
|
.rt-tr-group {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
border-bottom: solid 2px $problems-border-color;
|
border-bottom: solid 2px $problems-border-color;
|
||||||
@@ -43,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.problem-details-container {
|
.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);
|
box-shadow: 0px 0px 5px rgba($blue, 0.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user