.root width 100% user-select none .folderList-item display flex width 100% height 34px background-color transparent color $ui-inactive-text-color padding 0 text-align left border none overflow ellipsis font-size 14px &:first-child margin-top 0 &:hover color #1EC38B; background-color alpha($ui-button-default--active-backgroundColor, 20%) transition background-color 0.15s &:active color $$ui-button-default-color background-color alpha($ui-button-default--active-backgroundColor, 20%) .folderList-item--active @extend .folderList-item color #1EC38B background-color alpha($ui-button-default--active-backgroundColor, 20%) &:hover color #1EC38B; background-color alpha($ui-button-default--active-backgroundColor, 50%) .folderList-item-name display block flex 1 padding 0 12px height 26px line-height 26px border-width 0 0 0 2px border-style solid border-color transparent overflow hidden text-overflow ellipsis .folderList-item-noteCount float right line-height 26px padding-right 15px font-size 13px .folderList-item-tooltip tooltip() position fixed padding 0 10px left 44px z-index 10 pointer-events none opacity 0 border-top-right-radius 2px border-bottom-right-radius 2px height 26px line-height 26px .folderList-item:hover, .folderList-item--active:hover .folderList-item-tooltip opacity 1 .folderList-item-name--folded @extend .folderList-item-name padding-left 7px text font-size 9px body[data-theme="white"] .folderList-item color $ui-inactive-text-color &:hover color $ui-text-color background-color alpha($ui-button--active-backgroundColor, 20%) transition background-color 0.15s &:active color $ui-text-color background-color $ui-button--active-backgroundColor .folderList-item--active @extend .folderList-item color $ui-text-color background-color $ui-button--active-backgroundColor &:hover color $ui-text-color background-color alpha($ui-button--active-backgroundColor, 50%) body[data-theme="dark"] .folderList-item &:hover background-color alpha($ui-dark-button--active-backgroundColor, 20%) color $ui-dark-text-color &:active color $ui-dark-text-color background-color $ui-dark-button--active-backgroundColor .folderList-item--active @extend .folderList-item color $ui-dark-text-color background-color $ui-dark-button--active-backgroundColor &:active background-color alpha($ui-dark-button--active-backgroundColor, 50%) &:hover color $ui-dark-text-color background-color alpha($ui-dark-button--active-backgroundColor, 50%)