Skip to content

Commit

Permalink
Update the draggable state's border style
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Jun 10, 2018
1 parent c04a91f commit b1cd01c
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion css/cmb2-display-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/cmb2-display-rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/cmb2-display.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/cmb2-display.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/cmb2-front-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/cmb2-front-rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/cmb2-front.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/cmb2-front.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/cmb2-front.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/cmb2-rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* CMB2 - v2.4.2 - 2018-06-01
* CMB2 - v2.4.2 - 2018-06-09
* https://cmb2.io
* Copyright (c) 2018
* Licensed GPLv2+
Expand Down Expand Up @@ -326,7 +326,7 @@
/* line 259, sass/partials/_main_wrap.scss */

.cmb-repeat-table .cmb-row.cmb-repeat-row.ui-sortable-helper {
border: solid 1px #e9e9e9 !important;
outline: dashed 2px #e9e9e9 !important;
}

/* line 263, sass/partials/_main_wrap.scss */
Expand Down
4 changes: 2 additions & 2 deletions css/cmb2-rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/cmb2.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* CMB2 - v2.4.2 - 2018-06-01
* CMB2 - v2.4.2 - 2018-06-09
* https://cmb2.io
* Copyright (c) 2018
* Licensed GPLv2+
Expand Down Expand Up @@ -326,7 +326,7 @@
/* line 259, sass/partials/_main_wrap.scss */

.cmb-repeat-table .cmb-row.cmb-repeat-row.ui-sortable-helper {
border: solid 1px #e9e9e9 !important;
outline: dashed 2px #e9e9e9 !important;
}

/* line 263, sass/partials/_main_wrap.scss */
Expand Down
2 changes: 1 addition & 1 deletion css/cmb2.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/cmb2.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/sass/partials/_main_wrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@
border-top: solid 1px $light-gray;
}

&.ui-sortable-helper{
border: solid 1px $light-gray !important; // Sometime, we need !important :).
&.ui-sortable-helper {
outline: dashed 2px $light-gray !important; // Sometime, we need !important :).
}

&:before {
Expand Down

0 comments on commit b1cd01c

Please sign in to comment.