Remove underline from buttons. Fixes: #514

This commit is contained in:
Jonathan Kingston 2017-05-17 17:38:55 +01:00
parent 4a97e07d43
commit 1819e6cde9

View file

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