Commit da113d73 by Eric Fischer

Merge pull request #9741 from edx/efischer/dialog-style-fixes

TNL-3189 Fixing bad button style
parents 477daac6 4fe575d8
......@@ -314,3 +314,23 @@
}
}
//efischer - TNL-3189
//copied from cms/static/sass/elements/_system-feedback.scss#L106
//along with some "hide the inherited value, we want none" action
.prompt.warning button {
@extend %btn-no-style;
box-shadow: none;
text-shadow: none;
&:hover {
color: $orange-s2;
background: transparent;
box-shadow: none;
}
&:focus {
box-shadow: none;
border: 0px;
}
}
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