problems: tweak header styles
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user