More menu stuff.
This commit is contained in:
parent
b6dcaa7ac4
commit
ebd3f15868
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
builds/crx.crx
BIN
builds/crx.crx
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -840,6 +840,10 @@ a:only-of-type > .remove {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
}
|
||||
.left .has-submenu::after {
|
||||
border-left: 0;
|
||||
border-right: .5em solid;
|
||||
}
|
||||
.submenu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
||||
@ -82,12 +82,14 @@ UI = do ->
|
||||
style.right = "#{right}px"
|
||||
style.bottom = "#{bottom}px"
|
||||
style.left = "#{left}px"
|
||||
if right
|
||||
$.addClass menu, 'left'
|
||||
|
||||
entry = $ '.entry', menu
|
||||
# entry = $ '.entry', menu
|
||||
# We've removed flexbox, so we don't user order anymore.
|
||||
# while prevEntry = @findNextEntry entry, -1
|
||||
# entry = prevEntry
|
||||
@focus entry
|
||||
# @focus entry
|
||||
|
||||
menu.focus()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user