Add: URL View - Focus Item Border

This commit is contained in:
alstjr7375 2022-11-04 05:41:30 +09:00
parent 44e8d5018a
commit e64e54b67f
4 changed files with 17 additions and 0 deletions

View file

@ -7724,6 +7724,13 @@
display: block !important;
}
}
/*= Url View - Item Focus Border =============================================*/
@supports -moz-bool-pref("userChrome.urlView.focus_item_border") {
.urlbarView-row:not([type="tip"], [type="dynamic"])[selected] > .urlbarView-row-inner,
.urlbarView-row-inner[selected] {
box-shadow: 3px 0 var(--toolbar-field-focus-border-color) inset !important;
}
}
/** Panel UI ******************************************************************/
@supports -moz-bool-pref("userChrome.panel.remove_strip") {
#appMenu-fxa-separator {