Remove border on hovered <button> elements

This commit is contained in:
Matthew Brown 2020-08-03 01:26:20 -04:00
parent b1ab655e65
commit 6991166dc8
1 changed files with 6 additions and 2 deletions

View File

@ -16,13 +16,17 @@
<title>shareon</title>
<link rel="stylesheet" href="https://igoradamenko.github.io/awsm.css/css/awsm.min.css">
<style>
.shareon > a:hover {
color: #fff;
}
</style>
<link rel="stylesheet" href="https://igoradamenko.github.io/awsm.css/css/awsm.min.css">
button:not([disabled]):hover {
border: none;
}
</style>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">