this repo has no description

oops meant to put :not()

+1 -1
+1 -1
chrome/content/sidebery.css
··· 26 26 .bookmarks-tree { 27 27 --bookmarks-indent: 0px !important; 28 28 } 29 - .Tab[data-active="true"] .close { 29 + .Tab:not([data-active="true"]) .close { 30 30 display: none !important; 31 31 } 32 32 }