Commit f7f3b8c0 by Brian Talbot

overriding poorly scoped LMS text-shadow property on UI buttons

TIM-336
parent 91fef898
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