brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Fix shadow appearance on retina screens. #1576

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by gruehle Monday Sep 10, 2012 at 22:23 GMT Originally opened as https://github.com/adobe/brackets/pull/1614


Due to a WebKit bug, the shadows in the editor and project panel look bad on retina displays. This pull request works around the bug by setting background-size to 99.99%.

Gotta love CSS hacks.


gruehle included the following code: https://github.com/adobe/brackets/pull/1614/commits

core-ai-bot commented 3 years ago

Comment by gruehle Tuesday Sep 11, 2012 at 20:42 GMT


Bug #1615 has been logged to remove this hack once we get a new CEF.

core-ai-bot commented 3 years ago

Comment by joelrbrandt Tuesday Sep 11, 2012 at 23:19 GMT


Looks great to me! Merging.