changeset 7937:3d6994af1189

front-end: use select2-bootstrap-css 1.4 ... which needs tweaking for positioning of Repositories and Switch To drop-downs
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 21 Oct 2019 01:10:29 +0200
parents 8e4d8a0bfc8a
children 0e42ac1a358b
files kallithea/front-end/kallithea-select2.less kallithea/front-end/package-lock.json kallithea/front-end/package.json
diffstat 3 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/front-end/kallithea-select2.less	Sat Nov 09 12:23:01 2019 +0100
+++ b/kallithea/front-end/kallithea-select2.less	Mon Oct 21 01:10:29 2019 +0200
@@ -19,6 +19,7 @@
     > .select2-chosen {
       margin-right: inherit; // don't leave room for .select2-arrow
       line-height: inherit;
+      padding: 0;
     }
     > .select2-arrow {
       display: none;
--- a/kallithea/front-end/package-lock.json	Sat Nov 09 12:23:01 2019 +0100
+++ b/kallithea/front-end/package-lock.json	Mon Oct 21 01:10:29 2019 +0200
@@ -849,9 +849,9 @@
       "integrity": "sha1-8oGUibvGX9bTKL5yu+K5XdfofP4="
     },
     "select2-bootstrap-css": {
-      "version": "1.2.4",
-      "resolved": "https://registry.npmjs.org/select2-bootstrap-css/-/select2-bootstrap-css-1.2.4.tgz",
-      "integrity": "sha1-80VzTzwYEEklokT/SCHTnCWZ3ok="
+      "version": "1.4.6",
+      "resolved": "https://registry.npmjs.org/select2-bootstrap-css/-/select2-bootstrap-css-1.4.6.tgz",
+      "integrity": "sha1-XPtoJG9SmcoYWOAe/XiIBMc0mX4="
     },
     "semver": {
       "version": "5.7.1",
--- a/kallithea/front-end/package.json	Sat Nov 09 12:23:01 2019 +0100
+++ b/kallithea/front-end/package.json	Mon Oct 21 01:10:29 2019 +0200
@@ -11,7 +11,7 @@
     "jquery.caret": "0.3.1",
     "jquery.flot": "0.8.3",
     "select2": "3.5.1",
-    "select2-bootstrap-css": "1.2.4"
+    "select2-bootstrap-css": "1.4.6"
   },
   "devDependencies": {
     "less": "3.10.3",