Skip to content
Snippets Groups Projects

Replace button GlButton

All threads resolved!
2 files
+ 17
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -67,6 +67,21 @@ $mr-widget-min-height: 69px;
@@ -67,6 +67,21 @@ $mr-widget-min-height: 69px;
background-color: $gray-100;
background-color: $gray-100;
cursor: pointer;
cursor: pointer;
}
}
 
 
.mr-widget-extension-button {
 
&[disabled] {
 
padding: 8px !important;
 
box-shadow: none !important;
 
 
.gl-button-loading-indicator {
 
margin-right: 0 !important;
 
}
 
 
svg {
 
display: none;
 
}
 
}
 
}
}
}
.mr-widget-workflow {
.mr-widget-workflow {
Loading