tabby/tabby-core/src/components/windowControls.component.scss
2021-06-29 23:57:04 +02:00

25 lines
365 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;
align-items: center;
&:not(:hover):not(:active) {
background: transparent;
}
&:focus {
box-shadow: none;
}
}