Skip to content

Commit 26eb966

Browse files
committed
fix: remove special styling from pinned tabs
1 parent 89c151c commit 26eb966

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/styles/Extn-TabBar.less

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -276,14 +276,6 @@
276276
background-color: rgba(255, 255, 255, 0.1);
277277
}
278278

279-
.tab.pinned {
280-
background-color: rgba(0, 100, 200, 0.05);
281-
}
282-
283-
.dark .tab.pinned {
284-
background-color: rgba(100, 150, 255, 0.1);
285-
}
286-
287279
.tab.placeholder .tab-name {
288280
font-style: italic;
289281
color: #999;

0 commit comments

Comments
 (0)