Skip to content

Commit

Permalink
fix: blurred bold font render in webfit on notification bubbles as on…
Browse files Browse the repository at this point in the history
…ly weight <500 supported
  • Loading branch information
abose committed Jan 30, 2025
1 parent 43f0adc commit 980d82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -3284,7 +3284,7 @@ label input {

.notification-dialog-title {
font-size: 16px;
font-weight: bold;
font-weight: 500;
padding-right: 25px;
}

Expand Down Expand Up @@ -3574,4 +3574,4 @@ label input {
.notification-popup-close-button:hover {
color: @bc-primary-btn-border-focused-glow;
}
}
}
1 change: 0 additions & 1 deletion src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ a:focus {
left: 0;
background: #fd7e14;
color: black;
font-weight: bold;
padding: 9px 12px 9px 12px;
min-width: 200px;
max-width: 450px;
Expand Down

0 comments on commit 980d82d

Please sign in to comment.