This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-website.git
The following commit(s) were added to refs/heads/master by this push:
new 137483c9 styles: menu item hover
137483c9 is described below
commit 137483c9d3113b381bbf9a255184d7190856d52b
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Mar 20 14:19:47 2025 -0700
styles: menu item hover
---
_includes/sass/royale-theme-topbar.sass | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/_includes/sass/royale-theme-topbar.sass
b/_includes/sass/royale-theme-topbar.sass
index ac833cc8..f1b49d55 100644
--- a/_includes/sass/royale-theme-topbar.sass
+++ b/_includes/sass/royale-theme-topbar.sass
@@ -111,7 +111,6 @@
.topMenu > li
background-color: #f7f7f7
- padding: 6px 18px
margin: 0px
box-shadow: 0px 18px 16px 0px rgba(0,0,0,0.2)
line-height: 1em
@@ -122,6 +121,11 @@
font-size: 16px
line-height: 28px
letter-spacing: 0px
+ display: block
+ padding: 6px 18px
+
+ .topMenu > li > a:hover
+ background-color: #e7e7e7
.topbar-right:hover .topMenu
display: flex