Commit 47a9f8fc by Brian Talbot

Verification: added in supporting disabled/not ready styling for wizard nav + expandable height fix

parent 98f80c36
...@@ -168,6 +168,16 @@ ...@@ -168,6 +168,16 @@
} }
} }
// disabled primary button - used for more manual approaches
.btn-primary-disabled {
background: $m-gray-l2;
color: $white-t3;
pointer-events: none;
cursor: default;
pointer-events: none;
box-shadow: none;
}
// ==================== // ====================
// application: canned actions // application: canned actions
......
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
.expandable-area { .expandable-area {
visibility: visible; visibility: visible;
height: ($baseline*10.5); height: ($baseline*12);
opacity: 1.0; opacity: 1.0;
} }
} }
...@@ -957,6 +957,10 @@ ...@@ -957,6 +957,10 @@
&.is-not-ready { &.is-not-ready {
background: $m-gray-l4; background: $m-gray-l4;
.action-primary {
@extend .btn-primary-disabled;
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment