mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 08:14:33 +00:00
4ff946aea4
Add a pulsating blue dot to the Realtime Preview toolbar button that displays an onboarding popup when clicked and disappears forever when dismissed. Bug: T294589 Change-Id: I7f4dd0858349b0e7c4f4bedea5c7a62a51c6fa3a
23 lines
416 B
Plaintext
23 lines
416 B
Plaintext
.ext-WikiEditor-realtimepreview-onboarding-dot {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 100%;
|
|
cursor: pointer;
|
|
z-index: 3;
|
|
}
|
|
|
|
.ext-WikiEditor-realtimepreview-onboarding-popup {
|
|
.oo-ui-popupWidget-body-padded {
|
|
margin: 12px;
|
|
}
|
|
|
|
.ext-WikiEditor-image-realtimepreview-onboarding {
|
|
// Height to match the SVG's.
|
|
height: 164px;
|
|
}
|
|
|
|
.ext-WikiEditor-realtimepreview-onboarding-button {
|
|
margin-top: 24px;
|
|
}
|
|
}
|