fix: indicate when a button is focused

This commit is contained in:
thecodrr
2021-01-10 17:49:33 +05:00
parent f043bd1fff
commit 61ebff73fe

View File

@@ -26,6 +26,7 @@ class Default {
cursor: "pointer",
":focus": {
outline: "none",
opacity: 0.8,
},
};
}