From 3ed25e8fe70fe8f64a40d36e7ab8a89269db23f7 Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Wed, 21 Feb 2018 20:28:01 +0300 Subject: [PATCH] Fix search results hover --- docs/mkdocs-material-theme/assets/stylesheets/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/mkdocs-material-theme/assets/stylesheets/custom.css b/docs/mkdocs-material-theme/assets/stylesheets/custom.css index 3892937b9fd..a908ec2f21a 100644 --- a/docs/mkdocs-material-theme/assets/stylesheets/custom.css +++ b/docs/mkdocs-material-theme/assets/stylesheets/custom.css @@ -115,3 +115,7 @@ h1, h2, h3, .md-logo { text-decoration: none !important; color: #08f !important; } + +.md-search-result__link { + text-decoration: none !important; +}