mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-22 04:21:07 -08:00
14 lines
541 B
SCSS
14 lines
541 B
SCSS
/*= Unselected Tab - Dynamic Separator =======================================*/
|
|
@include Option("userChrome.tab.dynamic_separator") {
|
|
@import "unselected_tab/dynamic_separator";
|
|
}
|
|
|
|
/*= Unselected Tab - Static Separator ========================================*/
|
|
@include Option("userChrome.tab.static_separator") {
|
|
@import "unselected_tab/static_separator";
|
|
}
|
|
|
|
/*= Unselected Tab - Bar Separator ===========================================*/
|
|
@include Option("userChrome.tab.bar_separator") {
|
|
@import "unselected_tab/bar_separator";
|
|
}
|