minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-06-07 02:56:01 +03:00
parent 65988fa5c4
commit 1d59795ab9

View File

@ -13,6 +13,11 @@ body {
} }
.browse-widget:not(.flat) .list :focus {
outline: none;
}
/* XXX move these to the main CSS */ /* XXX move these to the main CSS */
.browse-widget:not(.flat) .list div:not(.not-traversable) .text:after { .browse-widget:not(.flat) .list div:not(.not-traversable) .text:after {
content: ""; content: "";
@ -32,7 +37,6 @@ body {
} }
/* XXX stub... /* XXX stub...
.browse-widget:not(.flat) .list .text:first-child:before { .browse-widget:not(.flat) .list .text:first-child:before {
display: inline-block; display: inline-block;