Remove unnecessary code (#6262)

"border-bottom: none;" gets overridden a few lines below by "border-bottom: 1px solid $primary-low;" making it unnecessary.
This commit is contained in:
tshenry 2018-08-12 22:43:03 -07:00 committed by Sam
parent e26437f334
commit 03010571f5

View File

@ -75,7 +75,6 @@
.d-editor-button-bar {
display: flex;
align-items: center;
border-bottom: none;
min-height: 30px;
padding-left: 3px;
border-bottom: 1px solid $primary-low;