Skip to content

Commit 4cbb29f

Browse files
committed
fix: blurred bold font render in webfit on notification bubbles as only weight <500 supported
1 parent 43f0adc commit 4cbb29f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/styles/brackets.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3284,7 +3284,7 @@ label input {
32843284

32853285
.notification-dialog-title {
32863286
font-size: 16px;
3287-
font-weight: bold;
3287+
font-weight: 500;
32883288
padding-right: 25px;
32893289
}
32903290

@@ -3574,4 +3574,4 @@ label input {
35743574
.notification-popup-close-button:hover {
35753575
color: @bc-primary-btn-border-focused-glow;
35763576
}
3577-
}
3577+
}

src/styles/brackets_patterns_override.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ a:focus {
9696
left: 0;
9797
background: #fd7e14;
9898
color: black;
99-
font-weight: bold;
10099
padding: 9px 12px 9px 12px;
101100
min-width: 200px;
102101
max-width: 450px;

0 commit comments

Comments
 (0)