minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-06-30 02:10:30 +03:00
parent 91e6e497d8
commit 4b934c52c9
2 changed files with 14 additions and 1 deletions

View File

@ -47,6 +47,11 @@ body {
overflow: visible;
}
.browse-widget .list.items .text + .text:before {
content: " ";
white-space: pre;
}
.browse-widget .list .text .key-hint {
text-decoration-skip-ink: none;
}
@ -60,6 +65,9 @@ body {
.item.path .text:before {
content: "/";
margin-left: 0.1em;
margin-right: 0.1em;
opacity: 0.5;
}
/* XXX experimental... */
@ -273,7 +281,10 @@ requirejs([
$(function(){
$('.container')
.draggable({ cancel: ".path .dir, .list div" })
.draggable({
//handle: '.list.header',
cancel: '.list.items',
})
})

View File

@ -3056,6 +3056,7 @@ var BaseBrowserPrototype = {
// first last elements...
// NOTE: if focus does not change this will trigger any handlers...
// NOTE: this will reveal the focused item...
// XXX SECTION_FOCUS
focus: makeItemEventMethod('focus', {
handler: function(evt, items){
var item = items.shift()
@ -4454,6 +4455,7 @@ var HTMLBrowserPrototype = {
}, {skipDisabled: false})
},
// NOTE: element alignment is done via the browser focus mechanics...
// XXX SECTION_FOCUS
__focus__: function(evt, elem){
var that = this
elem