Issue a token: fix some Chrome stylings

This commit is contained in:
mDuo13
2021-08-19 17:52:15 -07:00
parent c63a2251a8
commit 348f3962d0
6 changed files with 70 additions and 36 deletions

View File

@@ -36,6 +36,15 @@ button[disabled="disabled"] {
&:hover {
background: $blue-purple-600;
}
&.disabled,
&[disabled="disabled"] {
background: $blue-purple-700;
&:hover {
background: $blue-purple-700;
}
}
}
.btn-arrow {