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

@ -0,0 +1,12 @@
.ui-delete-button {
border: none;
padding: 4;
display: inline;
background: none;
color: red;
&:hover {
color: darkred;
}
}