Merge pull request #515 from jonathanKingston/fix-underline

Remove underline from buttons. Fixes: #514
This commit is contained in:
luke crouch 2017-05-18 09:08:40 -05:00 committed by GitHub
commit a99cd9c8ef

View file

@ -279,6 +279,12 @@ manage things like container crud */
background-color: rgba(0, 0, 0, 0.08);
}
.pop-button a,
.panel-footer a,
.panel-footer-secondary a {
text-decoration: none;
}
.pop-button-image {
block-size: 20px;
flex: 0 0 20px;