1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-18 04:11:48 +02:00

Add color reset functionality

This commit is contained in:
Thomas Bui
2021-12-21 19:43:59 -08:00
parent 50e8a9c9cf
commit 5ddbd262b9
3 changed files with 11 additions and 10 deletions

View File

@@ -354,13 +354,13 @@ header {
cursor: pointer;
}
#colorInput {
input[type='color'] {
width: 1.25em;
height: 1.25em;
padding: 0;
}
#colorInput:hover {
input[type='color']:hover {
cursor: pointer;
}