Remove shadow from additional buttons

Adding box-shadow to certain "buttons" look out of place.  This removes the shadow from the topic map expansion button, the +x more badges button on the user card, and the revision view buttons in the edit log.
This commit is contained in:
jomaxro
2017-04-15 22:38:14 -04:00
committed by GitHub
parent 5605daeb52
commit bbfdf2efac
+5 -2
View File
@@ -98,8 +98,11 @@
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
//flatten editor buttons
.d-editor-button-bar .btn{
//flatten editor, topic-map, more badges, and revision view buttons
.d-editor-button-bar .btn,
.topic-map .btn.no-text,
.badge-section .btn,
#revision .btn {
border-radius: 0px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0),0 2px 10px 0 rgba(0,0,0,0);
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0),0 2px 10px 0 rgba(0,0,0,0);