Skip to content
Snippets Groups Projects
Commit 20c9bd01 authored by David Sehnal's avatar David Sehnal
Browse files

mol-plugin: CSS fix

parent 1336997c
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,12 @@ ...@@ -4,6 +4,12 @@
border: none; border: none;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
&[disabled] {
background: $default-background;
opacity: 0.35;
}
} }
.msp-btn, .msp-btn:active, .msp-btn-link:focus, .msp-btn:hover { .msp-btn, .msp-btn:active, .msp-btn-link:focus, .msp-btn:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment