Skip to content

Commit 92b3e1b

Browse files
committed
Reverted fix for borders on iframes
1 parent 1b2d484 commit 92b3e1b

File tree

6 files changed

+3
-8
lines changed

6 files changed

+3
-8
lines changed

Diff for: material/templates/assets/stylesheets/main.10ba22f1.min.css

-1
This file was deleted.

Diff for: material/templates/assets/stylesheets/main.10ba22f1.min.css.map

-1
This file was deleted.

Diff for: material/templates/assets/stylesheets/main.7e359304.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: material/templates/assets/stylesheets/main.7e359304.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: material/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{% endif %}
4545
{% endblock %}
4646
{% block styles %}
47-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.10ba22f1.min.css' | url }}">
47+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.7e359304.min.css' | url }}">
4848
{% if config.theme.palette %}
4949
{% set palette = config.theme.palette %}
5050
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">

Diff for: src/templates/assets/stylesheets/main/_typeset.scss

-5
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,6 @@ kbd {
422422
// Limit width to container
423423
iframe {
424424
max-width: 100%;
425-
// Hack: we're currently not sure whether this is a bug in Twitter's CSS,
426-
// or everything is working as intended, but if we don't reset the color
427-
// scheme, Twitter's embedded tweets will have white background at the
428-
// borders, which looks odd - see https://t.ly/N8P-Z
429-
color-scheme: light;
430425
}
431426

432427
// Data table

0 commit comments

Comments
 (0)