diff --git a/less/sortableTable.less b/less/sortableTable.less index e16522994af..20675232ee2 100644 --- a/less/sortableTable.less +++ b/less/sortableTable.less @@ -95,13 +95,25 @@ table.sortableTable { } } } -} -tr.rowHover:hover { - background: #ffcc99; - &.selected { - background: @braveOrange; + tr.rowHover:hover { + background: #ffcc99; + &.selected { + background: @braveOrange; + td { + color: @lightGray; + } + div { + color: @lightGray; + } + } + } + tr.selected { + background: @braveLightOrange; + td { + color: #d9d9d9; + } + div { + color: #d9d9d9; + } } -} -tr.selected { - background: @braveLightOrange; }