mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
css: Reorder hotspots.scss so .hotspot-inline are in same line.
This commit is contained in:
@@ -127,10 +127,6 @@
|
|||||||
height: 83px;
|
height: 83px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hotspot-inline .hotspot-img {
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hotspot-confirm {
|
.hotspot-confirm {
|
||||||
max-width: 125px;
|
max-width: 125px;
|
||||||
max-height: 70px;
|
max-height: 70px;
|
||||||
@@ -149,10 +145,6 @@
|
|||||||
background-color: hsl(164, 44%, 56%);
|
background-color: hsl(164, 44%, 56%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hotspot-inline .hotspot-confirm {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* arrows */
|
/* arrows */
|
||||||
.hotspot-popover::after,
|
.hotspot-popover::after,
|
||||||
.hotspot-popover::before {
|
.hotspot-popover::before {
|
||||||
@@ -253,6 +245,14 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hotspot-inline .hotspot-img {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hotspot-inline .hotspot-confirm {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.hotspot-inline-top .hotspot-title {
|
.hotspot-inline-top .hotspot-title {
|
||||||
background-color: hsl(168, 100%, 35%);
|
background-color: hsl(168, 100%, 35%);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user