Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
removes appearance override from Select
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 28, 2017
1 parent 775d8d5 commit 675279c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@see https://github.com/d3plus/d3plus-common#BaseClass
*/
import {select} from "d3-selection";
import {accessor, BaseClass, constant, prefix, stylize} from "d3plus-common";
import {accessor, BaseClass, constant, stylize} from "d3plus-common";

/**
@class Select
Expand Down Expand Up @@ -38,8 +38,7 @@ export default class Select extends BaseClass {
"font-family": "Verdana",
"font-size": "12px",
"outline": "0",
"padding": "3px 5px 4px",
[`${prefix()}appearance`]: "none"
"padding": "3px 5px 4px"
};
this._text = accessor("text");
this._value = accessor("value");
Expand Down

0 comments on commit 675279c

Please sign in to comment.