Fix: adjusted actionsheet padding to improve the hover effect
This commit is contained in:
parent
f5043c1560
commit
5ddb6fde6a
1 changed files with 5 additions and 1 deletions
|
|
@ -595,11 +595,15 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
/* padding: 1.25em 0.25em 0.25em 1.5em !important; */
|
||||
}
|
||||
|
||||
[dir=ltr] .listItem {
|
||||
[dir=ltr] .listItem:not(.actionSheetMenuItem) {
|
||||
/* padding: .75em 1em !important; */
|
||||
padding: 0.25em 0.25em 0.25em 1.5em !important;
|
||||
}
|
||||
|
||||
.actionSheetContent {
|
||||
padding: .4em !important;
|
||||
}
|
||||
|
||||
.navMenuOption {
|
||||
border-radius: .5em !important;
|
||||
margin: .5em 1em !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue