Commit a2e1bda5 authored by Stefan Auditor's avatar Stefan Auditor Committed by Fran Garcia-Linares
Browse files

Issue #3304603 by sanduhrs, fjgarlin: Style table sort header

parent 9ac5fa24
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3308,14 +3308,14 @@ th a:link,
th a:visited {
  color: #222222;
}
th.active {
th.is-active {
  background: whitesmoke;
}
th.active a {
th.is-active a {
  display: block;
  padding-right: 13px;
}
th.active img {
th.is-active .tablesort {
  float: right;
  margin: 0 -13px 0 0;
}
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ th {
    color: $body-text;
  }

  &.active {
  &.is-active {
    background: $new-lt-gray;

    // Keep sort indicator on the same line.
@@ -36,7 +36,7 @@ th {
      padding-right: 13px;
    }

    img {
    .tablesort {
      float: right;
      margin: 0 -13px 0 0;
    }