20 lines
280 B
CSS
20 lines
280 B
CSS
.taf > .window-content button {
|
|
&.inline {
|
|
color: inherit;
|
|
min-height: unset;
|
|
height: auto;
|
|
padding: 0;
|
|
background: none;
|
|
border: none;
|
|
outline: none;
|
|
text-decoration: underline;
|
|
|
|
&:hover {
|
|
background: none;
|
|
}
|
|
}
|
|
|
|
&:disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
}
|