@@ -0,0 +1,19 @@
+.drawio-viewer-with-edit-button :global {
+ position: relative;
+
+ .btn-edit-drawio {
+ position: absolute;
+ top: 11px;
+ right: 10px;
+ z-index: 14;
+ font-size: 12px;
+ line-height: 1;
+ opacity: 0;
+ }
+}
+.drawio-viewer-with-edit-button:hover :global {
+ opacity: 1;
@@ -29,19 +29,6 @@
}
-/**
- * for drawio with drawio iframe button
- */
-.editable-with-drawio {
- .drawio-iframe-trigger {
- top: 11px;
- right: 10px;
- z-index: 14;
- font-size: 12px;
- line-height: 1;
- }
-}
-
.card.grw-page-status-alert {
$margin-bottom: $grw-navbar-bottom-height + 10px;