Merge pull request #2105 from umbraco/temp-U4-10230

fixes: U4-10230 Umbraco 7.7 beta - hover on table row affect datepicker
This commit is contained in:
Shannon Deminick
2017-08-08 12:49:35 +10:00
committed by GitHub
3 changed files with 2 additions and 6 deletions

View File

@@ -17,10 +17,6 @@ table thead {
background-color: @gray-10;
}
table tr:hover {
background-color: @gray-10;
}
// BASELINE STYLES
// ---------------

View File

@@ -152,7 +152,7 @@
// -------------------------
@tableBackground: transparent; // overall background-color
@tableBackgroundAccent: @gray-10; // for striping
@tableBackgroundHover: @gray-9; // for hover
@tableBackgroundHover: @gray-10; // for hover
@tableBorder: @gray-8; // table and cell border
// Buttons

View File

@@ -198,7 +198,7 @@
<!-- Layout: Table -->
<div ng-if="vm.activeLayout.path === '2'">
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th style="padding-left: 10px; width: 10px;">