taf/styles/resets/button.css

8 lines
104 B
CSS

.taf > .window-content button {
height: initial;
&:focus {
outline: none;
box-shadow: none;
}
}