mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
css: Use SCSS nesting for .show-integral in portico.scss.
This commit is contained in:
parent
ae3170c05f
commit
be0cd1dfc2
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user