1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 14:59:41 +02:00
portainer/app/react/components/buttons/Button.css
Richard Wei aa830a0e58
fix(ui): fix docker images page error on pageheader EE-3668 (#7212)
* fix docker images page error with link on page-header
2022-07-28 09:53:19 +12:00

10 lines
126 B
CSS

.btn-none {
padding: 0;
margin: 0;
background-color: transparent;
width: 1em;
}
.btn-none:focus {
outline: none;
}