mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 08:44:11 +01:00
Refactor the Styles API and implimentation slightly. Move deprecated() to base.jsm.
This commit is contained in:
@@ -26,7 +26,7 @@ const Tabs = Module("tabs", {
|
||||
if (config.hasTabbrowser)
|
||||
config.tabStrip.collapsed = true;
|
||||
|
||||
this.tabStyle = styles.addSheet(true, "tab-strip-hiding", config.styleableChrome,
|
||||
this.tabStyle = styles.system.add("tab-strip-hiding", config.styleableChrome,
|
||||
(config.tabStrip.id ? "#" + config.tabStrip.id : ".tabbrowser-strip") +
|
||||
"{ visibility: collapse; }",
|
||||
false, true);
|
||||
|
||||
Reference in New Issue
Block a user