fix(core): update
This commit is contained in:
@ -57,6 +57,7 @@ export class DeesInputQuantitySelector extends DeesElement {
|
||||
min-width: 100px;
|
||||
color: ${this.goBright ? '#666' : '#CCC'};
|
||||
border: ${this.goBright ? '1px solid #333' : '1px solid #CCC'};
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.mainContainer:hover {
|
||||
|
Reference in New Issue
Block a user