Compare commits
2 Commits
1bc7cba988
...
ce4161db0d
Author | SHA1 | Date | |
---|---|---|---|
ce4161db0d | |||
2c57790c59 |
|
@ -301,6 +301,14 @@ figure {
|
||||||
@include var(border-color, warning-border-color);
|
@include var(border-color, warning-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Note: by absolute default (via inline CSS) feather icons are hidden.
|
||||||
|
That's because firefox reader mode doesn't play nice with them, and
|
||||||
|
it seems to ignore all styles in <head>. Then, the inline style
|
||||||
|
in <head> uses !important to restore the display of icons, but provides
|
||||||
|
limited styling. Here, we finally apply the full extent of the feather
|
||||||
|
styles.
|
||||||
|
*/
|
||||||
.feather {
|
.feather {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user