Remove underline from buttons. Fixes: #514
This commit is contained in:
parent
4a97e07d43
commit
1819e6cde9
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue