Clean: Restruct tabbar

This commit is contained in:
alstjr7375 2021-12-20 02:17:43 +09:00
parent de9ce24017
commit 58ed874435
12 changed files with 24 additions and 18 deletions

View file

@ -0,0 +1,5 @@
/** Clipped tabs - Letters cleary *********************************************/
@import "clipped_tab/letters_cleary";
/** Clipped tabs - Show close button at hover *********************************/
@import "clipped_tab/show_close_button_at_hover";

View file

@ -0,0 +1,8 @@
/*= Selected Tab - Color like toolbar ========================================*/
@import "selected_tab/color_like_toolbar";
/*= Selected Tab - Box Shadow ================================================*/
@import "selected_tab/box_shadow";
/*= Selected Tab - Bottom Rounded Corner =====================================*/
@import "selected_tab/bottom_rounded_corner";

View file

@ -0,0 +1,5 @@
/*= Sound Tab - Hide Label ===================================================*/
@import "sound_tab/hide_label";
/*= Sound Tab - Show with Favicons ===========================================*/
@import "sound_tab/show_with_favicons";

View file

@ -40,14 +40,8 @@
/** Tab Bar - Connect to window ***********************************************/
@import "tabbar/connect_to_window";
/** Selected Tab - Color like toolbar *****************************************/
@import "tabbar/color_like_toolbar";
/** Selected Tab - Box Shadow *************************************************/
@import "tabbar/box_shadow";
/** Selected Tab - Bottom Rounded Corner **************************************/
@import "tabbar/bottom_rounded_corner";
/** Selected Tab **************************************************************/
@import "tabbar/selected_tab";
/** Unselected Tab - Divide line **********************************************/
@import "tabbar/divide_line";
@ -58,17 +52,11 @@
/* Unloaded Tab - Contents Opacity ********************************************/
@import "tabbar/unload_tab";
/** Clipped tabs - Letters cleary *********************************************/
@import "tabbar/letters_cleary";
/** Clipped tabs **************************************************************/
@import "tabbar/clipped_tab";
/** Clipped tabs - Show close button at hover ****************&&***************/
@import "tabbar/show_close_button_at_hover";
/** Sound Tab - Hide Label ****************************************************/
@import "tabbar/hide_label";
/** Sound Tab - Show with Favicons ********************************************/
@import "tabbar/show_with_favicons";
/** Sound Tab *****************************************************************/
@import "tabbar/sound_tab";
/** PictureInPicture Tab - Show PIP Icon **************************************/
@import "tabbar/picture_in_picture_tab";