css: Use SCSS nesting for .show-integral in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 01:50:57 +05:30 committed by Tim Abbott
parent ae3170c05f
commit be0cd1dfc2

View File

@ -358,13 +358,13 @@ img.screenshot {
.show-integral {
position: relative;
}
.show-integral:hover::after {
content: "dx";
font-weight: normal;
font-style: italic;
font-size: 70%;
&:hover::after {
content: "dx";
font-weight: normal;
font-style: italic;
font-size: 70%;
}
}
.integration {