forked from zbdpay/zbd-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidget-tab.css
More file actions
18 lines (18 loc) · 881 Bytes
/
Copy pathwidget-tab.css
File metadata and controls
18 lines (18 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
* Hide the Widgets top tab before the client-side route script runs.
* widget-tab.js adds .zbd-widget-route on /widget routes so the tab can show there.
*/
html:not(.zbd-widget-route) header a[href="/widget"],
html:not(.zbd-widget-route) header a[href="/widget/"],
html:not(.zbd-widget-route) header a[href$="/widget"],
html:not(.zbd-widget-route) header a[href$="/widget/"],
html:not(.zbd-widget-route) nav a[href="/widget"],
html:not(.zbd-widget-route) nav a[href="/widget/"],
html:not(.zbd-widget-route) nav a[href$="/widget"],
html:not(.zbd-widget-route) nav a[href$="/widget/"],
html:not(.zbd-widget-route) [role="tablist"] a[href="/widget"],
html:not(.zbd-widget-route) [role="tablist"] a[href="/widget/"],
html:not(.zbd-widget-route) [role="tablist"] a[href$="/widget"],
html:not(.zbd-widget-route) [role="tablist"] a[href$="/widget/"] {
display: none !important;
}