On 04/18/2016 03:58 AM, rajgupta(a)linux.vnet.ibm.com wrote:
From: Rajat Gupta <rajat.triumph(a)gmail.com>
Changed CSS from link to Background color for Wok Table List items
Signed-off-by: Rajat Gupta <rajat.triumph(a)gmail.com>
---
ui/css/src/modules/_wok-grid.scss | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ui/css/src/modules/_wok-grid.scss b/ui/css/src/modules/_wok-grid.scss
index 730d224..e511900 100644
--- a/ui/css/src/modules/_wok-grid.scss
+++ b/ui/css/src/modules/_wok-grid.scss
@@ -72,8 +72,7 @@
}
.wok-list-content tbody tr:hover {
- text-decoration: underline;
- cursor: pointer;
+ background: #ddd;
}
Please, use 4 spaces indentation and make sure to run "make -C ui/css
css" to get wok.css file updated, otherwise those changes will not take
effect.
.wok-list-content tbody tr.generating:hover {