From 859753a0261fd8df143b060f667a4dd983b49660 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 1 Jun 2019 00:13:51 +0300 Subject: [PATCH] formatting --- chrome/click_selected_tab_to_focus_urlbar.css | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/chrome/click_selected_tab_to_focus_urlbar.css b/chrome/click_selected_tab_to_focus_urlbar.css index 90839d2..f1438c9 100644 --- a/chrome/click_selected_tab_to_focus_urlbar.css +++ b/chrome/click_selected_tab_to_focus_urlbar.css @@ -15,22 +15,22 @@ .tabbrowser-tab, .tabbrowser-tab .tab-close-button, .tabbrowser-tab .tab-icon-image{ - pointer-events: auto + pointer-events: auto } /* Invisible capture box behind tabs*/ :root:not([customizing]) #urlbar::before{ - position: fixed; - top: 0; - left: 0; - width: calc(100vw - 138px); - height: var(--tab-min-height); - content: ""; + position: fixed; + top: 0; + left: 0; + width: calc(100vw - 138px); + height: var(--tab-min-height); + content: ""; } /* Make tabs appear over the invisible box */ :root:not([customizing]) #tabbrowser-tabs{ - position: relative; - z-index: 1; - pointer-events: none + position: relative; + z-index: 1; + pointer-events: none } \ No newline at end of file