Hover styles

This commit is contained in:
Chi Vinh Le
2017-08-28 18:22:30 +07:00
parent e4490e20a7
commit 0dffc15836
2 changed files with 10 additions and 2 deletions
@@ -2,8 +2,12 @@
display: block;
cursor: pointer;
width: 100%;
padding: 4px 16px 4px 10px;
padding: 6px 16px 6px 10px;
box-sizing: border-box;
&:hover {
background-color: rgba(0, 0, 0, 0.05);
}
}
.input {
@@ -2,8 +2,12 @@
display: block;
cursor: pointer;
width: 100%;
padding: 4px 16px 4px 10px;
padding: 6px 16px 6px 10px;
box-sizing: border-box;
&:hover {
background-color: rgba(0, 0, 0, 0.05);
}
}
.input {