delete button

This commit is contained in:
Shin'ya Ueoka 2017-11-25 13:58:25 +09:00
parent 2641183a5b
commit bbad1c6c6a
4 changed files with 27 additions and 15 deletions

View file

@ -22,17 +22,5 @@
&-row {
@include row-base;
.column-option input[type='button'] {
border: none;
padding: 4;
display: inline;
background: none;
color: red;
&:hover {
color: darkred;
}
}
}
}