Switch it to a block comment

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-06-24 19:26:44 -07:00
parent 2c57790c59
commit ce4161db0d

View File

@ -301,12 +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 Note: by absolute default (via inline CSS) feather icons are hidden.
// it seems to ignore all styles in <head>. Then, the inline style That's because firefox reader mode doesn't play nice with them, and
// in <head> uses !important to restore the display of icons, but provides it seems to ignore all styles in <head>. Then, the inline style
// limited styling. Here, we finally apply the full extent of the feather in <head> uses !important to restore the display of icons, but provides
// styles. limited styling. Here, we finally apply the full extent of the feather
styles.
*/
.feather { .feather {
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;