diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-03-11 20:55:58 +0100 |
---|---|---|
committer | Kamil Doległo <kamilok1965@users.noreply.github.com> | 2020-03-11 21:29:55 +0100 |
commit | feaa869ac7a7ec0086212767ac99bd62f2c88fae (patch) | |
tree | 6f0ab31524145ee0733e064de0a3923ca1b772ed /core/src/main | |
parent | c2b8a0f9da425c90a5c3079d81cf0220c101750b (diff) | |
download | dokka-feaa869ac7a7ec0086212767ac99bd62f2c88fae.tar.gz dokka-feaa869ac7a7ec0086212767ac99bd62f2c88fae.tar.bz2 dokka-feaa869ac7a7ec0086212767ac99bd62f2c88fae.zip |
Add background color on hover
Diffstat (limited to 'core/src/main')
-rw-r--r-- | core/src/main/resources/dokka/styles/style.css | 4 |
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"); |