Files
tabby/terminus-core/src/components/windowControls.component.scss
T
Eugene Pankov 2edcd5b57a wip
2017-06-04 18:58:00 +02:00

24 lines
336 B
SCSS

:host {
display: flex;
}
button {
flex: none;
border: none;
box-shadow: none;
border-radius: 0;
font-size: 8px;
width: 40px;
padding: 0;
line-height: 0;
text-align: center;
&:not(:hover):not(:active) {
background: transparent;
}
&:focus {
box-shadow: none;
}
}