From 463dc0f14ee30b8538b6b63705577e466da4e548 Mon Sep 17 00:00:00 2001 From: chen qiaomin Date: Tue, 27 Jan 2015 16:24:11 -0500 Subject: [PATCH] make cancel button a unified style Some cancel buttons have underline when hover, but some do not when hover,they should be consistent. Closes-Bug: #1415301 Change-Id: I40e5d3908c95e36923c10878578d0e2947856323 --- openstack_dashboard/static/dashboard/scss/horizon.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/static/dashboard/scss/horizon.scss b/openstack_dashboard/static/dashboard/scss/horizon.scss index 2f1cf4e485..eb54391b94 100644 --- a/openstack_dashboard/static/dashboard/scss/horizon.scss +++ b/openstack_dashboard/static/dashboard/scss/horizon.scss @@ -723,7 +723,7 @@ form label { a.close:hover { color: #333; - text-decoration: underline; + text-decoration: none; } }