This is an automated email from the ASF dual-hosted git repository.
tobiasistvan pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 71ae0ee [AMBARI-24435] [Log Search UI] Remove underline text
decoration from dropdowns on hover (#2133)
71ae0ee is described below
commit 71ae0ee22b99bec067676ab5c1cea9ffa7191f70
Author: Istvan Tobias <[email protected]>
AuthorDate: Mon Aug 27 14:31:09 2018 +0200
[AMBARI-24435] [Log Search UI] Remove underline text decoration from
dropdowns on hover (#2133)
(cherry picked from commit b89000a6baba86bd9c800b57e9b0d7c21cfdd68a)
---
ambari-logsearch/ambari-logsearch-web/src/styles.less | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/ambari-logsearch/ambari-logsearch-web/src/styles.less
b/ambari-logsearch/ambari-logsearch-web/src/styles.less
index 0de7301..e3ecbb7 100644
--- a/ambari-logsearch/ambari-logsearch-web/src/styles.less
+++ b/ambari-logsearch/ambari-logsearch-web/src/styles.less
@@ -22,3 +22,10 @@ body {
.initial-color {
color: initial;
}
+
+/** Override Bootstrap rules **/
+.btn-link {
+ &:hover, &:focus {
+ text-decoration: none;
+ }
+}