Skip to content

Commit

Permalink
Minor: Issue #72 - Fix scrollbar search highlighter/marker position
Browse files Browse the repository at this point in the history
I apparently had a compatibility fix for this extension (before being forked) already. However, I added an unnecessary direction check that made it useless unless you're using an extension that messes with the browser element's `dir` attribute (e.g. TabKit).
  • Loading branch information
fofajardo committed Jan 29, 2023
1 parent fe25c4a commit dd5a0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skin/aios_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ window[aiosOrient="right"] #browser[dir="reverse"] #sidebar-splitter {
*/

/* Scrollbar Search Highlighter */
#browser[dir="normal"] #highlight-grid {
#browser #highlight-grid {
-moz-box-ordinal-group: 51;
}
#browser[dir="reverse"] #highlight-grid {
Expand Down

0 comments on commit dd5a0cf

Please sign in to comment.