[Kimchi-devel] [PATCH] [Wok] Issue #103: Wok Table List item looks like URL link

Aline Manera alinefm at linux.vnet.ibm.com
Mon Apr 18 14:56:53 UTC 2016



On 04/18/2016 03:58 AM, rajgupta at linux.vnet.ibm.com wrote:
> From: Rajat Gupta <rajat.triumph at gmail.com>
>
> Changed CSS from link to Background color for Wok Table List items
>
> Signed-off-by: Rajat Gupta <rajat.triumph at 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 {




More information about the Kimchi-devel mailing list