aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2020-03-11 20:55:58 +0100
committerKamil Doległo <kamilok1965@users.noreply.github.com>2020-03-11 21:29:55 +0100
commitfeaa869ac7a7ec0086212767ac99bd62f2c88fae (patch)
tree6f0ab31524145ee0733e064de0a3923ca1b772ed
parentc2b8a0f9da425c90a5c3079d81cf0220c101750b (diff)
downloaddokka-feaa869ac7a7ec0086212767ac99bd62f2c88fae.tar.gz
dokka-feaa869ac7a7ec0086212767ac99bd62f2c88fae.tar.bz2
dokka-feaa869ac7a7ec0086212767ac99bd62f2c88fae.zip
Add background color on hover
-rw-r--r--core/src/main/resources/dokka/styles/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css
index 46408f2e..c2df86be 100644
--- a/core/src/main/resources/dokka/styles/style.css
+++ b/core/src/main/resources/dokka/styles/style.css
@@ -78,6 +78,10 @@
margin-left: 0.25em
}
+.sideMenuPart > .overview:hover {
+ background-color: rgba(91, 93, 239, 0.15);
+}
+
.sideMenuPart > .overview .navButtonContent::after {
float: right;
content: url("../images/arrow_down.svg");