Skip to content

Commit 2e72b32

Browse files
committed
Release 0.12.2
1 parent 8b18da7 commit 2e72b32

17 files changed

+363
-168
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.12.2 · 23 June 2016
12
* Fix issue preventing build ("Cannot assign to read only property
23
'subarray'") because of bug in uglifyjs. (#1072)
34

dist/css/selectize.bootstrap2.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* selectize.bootstrap2.css (v0.12.1) - Bootstrap 2 Theme
2+
* selectize.bootstrap2.css (v0.12.2) - Bootstrap 2 Theme
33
* Copyright (c) 2013–2015 Brian Reavis & contributors
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -108,6 +108,12 @@
108108
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
109109
border-left-color: #e0e0e0;
110110
}
111+
.selectize-control.plugin-remove_button .remove-single {
112+
position: absolute;
113+
right: 28px;
114+
top: 6px;
115+
font-size: 23px;
116+
}
111117
.selectize-control {
112118
position: relative;
113119
}

dist/css/selectize.bootstrap3.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
2+
* selectize.bootstrap3.css (v0.12.2) - Bootstrap 3 Theme
33
* Copyright (c) 2013–2015 Brian Reavis & contributors
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -108,6 +108,12 @@
108108
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
109109
border-left-color: rgba(77, 77, 77, 0);
110110
}
111+
.selectize-control.plugin-remove_button .remove-single {
112+
position: absolute;
113+
right: 28px;
114+
top: 6px;
115+
font-size: 23px;
116+
}
111117
.selectize-control {
112118
position: relative;
113119
}

dist/css/selectize.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* selectize.css (v0.12.1)
2+
* selectize.css (v0.12.2)
33
* Copyright (c) 2013–2015 Brian Reavis & contributors
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -109,6 +109,12 @@
109109
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
110110
border-left-color: #ffffff;
111111
}
112+
.selectize-control.plugin-remove_button .remove-single {
113+
position: absolute;
114+
right: 28px;
115+
top: 6px;
116+
font-size: 23px;
117+
}
112118
.selectize-control {
113119
position: relative;
114120
}

dist/css/selectize.default.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* selectize.default.css (v0.12.1) - Default Theme
2+
* selectize.default.css (v0.12.2) - Default Theme
33
* Copyright (c) 2013–2015 Brian Reavis & contributors
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -108,6 +108,12 @@
108108
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
109109
border-left-color: #aaaaaa;
110110
}
111+
.selectize-control.plugin-remove_button .remove-single {
112+
position: absolute;
113+
right: 28px;
114+
top: 6px;
115+
font-size: 23px;
116+
}
111117
.selectize-control {
112118
position: relative;
113119
}

dist/css/selectize.legacy.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* selectize.legacy.css (v0.12.1) - Default Theme
2+
* selectize.legacy.css (v0.12.2) - Default Theme
33
* Copyright (c) 2013–2015 Brian Reavis & contributors
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
@@ -108,6 +108,12 @@
108108
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
109109
border-left-color: #b4b4b4;
110110
}
111+
.selectize-control.plugin-remove_button .remove-single {
112+
position: absolute;
113+
right: 28px;
114+
top: 6px;
115+
font-size: 23px;
116+
}
111117
.selectize-control {
112118
position: relative;
113119
}

0 commit comments

Comments
 (0)