Skip to content

Commit 13f7ffa

Browse files
committed
renamed control-wrapper to root-node in base.styl
1 parent ba3ae59 commit 13f7ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/base.styl

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ height = 30px
7878
fill #999
7979

8080
// wraps the dropdown-menu div, exists only when props.transition-enter or props.transition-leave or both are true
81-
// present inside document.body if props.tether is true, otherwise its present inside the control-wrapper div (above)
81+
// present inside document.body if props.tether is true, otherwise its present inside the root-node div (above)
8282
.react-selectize.dropdown-menu-wrapper
8383
position absolute
8484

@@ -112,7 +112,7 @@ height = 30px
112112
outline none
113113

114114
// MULTI SELECT
115-
.multi-select.react-selectize.control-wrapper
115+
.multi-select.react-selectize.root-node
116116

117117
.simple-value
118118
display inline-block
@@ -125,7 +125,7 @@ height = 30px
125125
vertical-align center
126126

127127
// SIMPLE SELECT
128-
.simple-select.react-selectize.control-wrapper
128+
.simple-select.react-selectize.root-node
129129

130130
.simple-value
131131
margin 2px

0 commit comments

Comments
 (0)