File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
- Fall back to ` sys.__stderr__ ` on POSIX systems when trying to get the terminal size (fix issues when Rich is piped to another process)
17
17
- Fixed markup escaping issue https://github.com/Textualize/rich/issues/2187
18
+ - Safari - Box appearing around SVG export https://github.com/Textualize/rich/pull/2201
18
19
19
20
## [ 12.2.0] - 2022-04-05
20
21
Original file line number Diff line number Diff line change 69
69
align-items: center;
70
70
background-color: {theme_background_color};
71
71
border-radius: 14px;
72
- outline: 1px solid #484848;
72
+ box-shadow: 0 0 0 1px #484848;
73
73
}}
74
74
.{classes_prefix}-terminal:after {{
75
75
position: absolute;
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ def test_export_html_inline():
543
543
align-items: center;
544
544
background-color: #0c0c0c;
545
545
border-radius: 14px;
546
- outline: 1px solid #484848;
546
+ box-shadow: 0 0 0 1px #484848;
547
547
}
548
548
.rich-svg-${SVG_HASH}-terminal:after {
549
549
position: absolute;
You can’t perform that action at this time.
0 commit comments