Commit a4e16c5f by Brian Talbot

Merge pull request #206 from edx/talbs/fix-buttontextshadow

FIX - text-shadow Property on Buttons
parents 91fef898 f7f3b8c0
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -154,7 +154,8 @@
// actions
.action--submit, .action--save {
box-shadow: none !important;;
text-shadow: none !important;
box-shadow: none !important;
}
// --------------------
......
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