Prevent border around tool buttons on craft page

This commit is contained in:
Andrew Miner
2016-04-26 20:31:51 -07:00
parent 9e09b8d87c
commit 6787063ac7
@@ -55,6 +55,13 @@
a {
border: 0;
.bezel {
border-top : 3px solid $color-button-highlight;
border-left : 3px solid $color-button-highlight;
border-bottom : 6px solid $color-button-shadow;
border-right : 3px solid $color-button-shadow;
}
}
}