Эх сурвалжийг харах

HUE-154. Mousing over a link in a selected row in a table shows the wrong colors (chrome)

Aaron Newton 15 жил өмнө
parent
commit
39769ef74b

+ 8 - 5
desktop/core/static/css/shared.css

@@ -244,15 +244,18 @@ table[data-filters*=HtmlTable] tr.table-tr-odd td {
 table[data-filters*=HtmlTable] tr:nth-child(odd) td {
 	background: #f3f3f3;
 }
-table[data-filters*=HtmlTable].selectable tr:hover > td, table[data-filters*=HtmlTable].selectable tr.table-tr-hovered td {
-	background-color: #d4e7f8;
-	color: #000;
-	cursor: pointer;
-}
 table[data-filters*=HtmlTable] tr.selected td, table[data-filters*=HtmlTable] tr.table-tr-selected td, table[data-filters*=HtmlTable] tr.selected td a, table[data-filters*=HtmlTable] tr.table-tr-selected td a {
 	background-color: #3875d7;
 	color: #fff;
 }
+table[data-filters*=HtmlTable].selectable tr:hover > td, table[data-filters*=HtmlTable].selectable tr.table-tr-hovered td,
+	table[data-filters*=HtmlTable].multiselect tr:hover > td, table[data-filters*=HtmlTable].multiselect tr.table-tr-hovered td,
+	table[data-filters*=HtmlTable].selectable tr:hover > td a, table[data-filters*=HtmlTable].selectable tr.table-tr-hovered td a,
+	table[data-filters*=HtmlTable].multiselect tr:hover > td a, table[data-filters*=HtmlTable].multiselect tr.table-tr-hovered td a {
+	background-color: #d4e7f8;
+	color: #000;
+	cursor: pointer;
+}
 table.table-sortable th {
 	cursor: pointer;
 }