Updated deps and removed :not rule

This commit is contained in:
netop://ウエハ 2019-07-22 11:50:54 -05:00
parent f3685d73b6
commit 58d40e645d
4 changed files with 9 additions and 9 deletions
sass/init

View file

@ -158,9 +158,9 @@ input {
opacity: 0.2;
}
&:not(:disabled) {
color: inherit;
}
// &:not(:disabled) {
// color: inherit;
// }
&::-webkit-search-cancel-button {
-webkit-appearance: none;