Change styles (#179)
* Fill style * Roughness, opacity and more styles * Remove duplicated options * Support diamonds * Remove unused import * Fix typo and remove react import
This commit is contained in:
committed by
Jared Palmer
parent
4be88c9c58
commit
f360c3cb33
@ -110,6 +110,10 @@ input[type="color"] {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
input[type="range"] {
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-right: 5px;
|
||||
|
||||
@ -136,7 +140,7 @@ button {
|
||||
border-color: #d6d4d4;
|
||||
}
|
||||
|
||||
&:active {
|
||||
&:active, &.active {
|
||||
background-color: #bdbebc;
|
||||
border-color: #bdbebc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user