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