Skip to content

Commit 89c151c

Browse files
committed
refactor: improve pin icon styles in tab bar and working files
1 parent ed1a42b commit 89c151c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/styles/Extn-TabBar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
}
256256

257257
.tab-pin {
258-
font-size: 0.75rem;
258+
font-size: 0.625rem;
259259
padding: 0.1rem 0.4rem;
260260
margin-left: 0.25rem;
261261
color: #666;

src/styles/brackets.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,10 +1445,10 @@ a, img {
14451445

14461446
li.pinned .working-set-pin-icon {
14471447
position: absolute;
1448-
right: 4px;
1448+
right: 10px;
14491449
top: 50%;
14501450
transform: translateY(-50%);
1451-
font-size: 10px;
1451+
font-size: 9px;
14521452
color: @project-panel-text-2;
14531453
opacity: 0.7;
14541454

0 commit comments

Comments
 (0)