Skip to content

Commit

Permalink
fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Aug 9, 2023
1 parent d279115 commit e56e816
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vuepress/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,12 @@
"path": "/api/titanium/ui/android",
"children": [
["titanium/ui/android/cardview", "CardView"],
["titanium/ui/android/collapsetoolbar", "CollapseToolbar"],
["titanium/ui/android/drawerlayout", "DrawerLayout"],
["titanium/ui/android/floatingactionbutton", "FloatingActionButton"],
["titanium/ui/android/progressindicator", "ProgressIndicator"],
["titanium/ui/android/searchview", "SearchView"]
["titanium/ui/android/searchview", "SearchView"],
["titanium/ui/android/snackbar", "Snackbar"]
]
},
["titanium/ui/animation", "Animation"],
Expand Down
4 changes: 4 additions & 0 deletions docs/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ body, .sidebar-heading, a.sidebar-link, a.content-sidebar-link, .suggestions a s
color: var(--text-color) !important;
}

.sidebar-heading span {
pointer-events: none;
}

.suggestions .suggestion.focused, .suggestions .suggestion.focus {
background-color: var(--bg-color3) !important;
}
Expand Down

0 comments on commit e56e816

Please sign in to comment.