@statusbar-height: 30px; @fontColor: #000; .statusbar { .hairline(top, @background-menu-divider); height: @statusbar-height; min-height: @statusbar-height; background-color: @background-tertiary; display: flex; .box-tab { display: flex; } .tab { border: 0 none; border-radius: 0; font-size: 18px; line-height: inherit; min-width: 48px; display: inline-block; // padding: 0 10px; text-align: center; height: 100%; position: relative; .hairline(right, @background-menu-divider); } .statusbar--box-tabs { overflow-x: auto; overflow-y: hidden; &::-webkit-scrollbar { -webkit-appearance: none; display: none; // width: 0; // height: 0; } > ul { padding: 0; margin: 0; height: 100%; white-space: pre; // overflow: hidden; // position: absolute; // left: 0; // top: 0; > li { a { font-size: 12px; padding: 0 10px 0; line-height: @statusbar-height; color: @text-normal; height: 100%; display: block; } &:not(.active) { a { opacity: 0.5; } } } } } .tab { i.icon { width: 18px; height: 18px; &.icon-plus.bold{ // @source: ''; // .encoded-svg-mask(@source, @fontColor); // background-image: none; .encoded-svg-mask('') } &.icon-list.bold { .encoded-svg-mask('') } } } }