Merge pull request #16 from matthew-e-brown/master

Remove border on hovered <button> elements in the docs
pull/20/head
Nikita Karamov 2020-08-03 09:47:29 +02:00 committed by GitHub
commit caf8b5802b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">