Skip to content

Commit fff042c

Browse files
committed
Forgot...
1 parent 834457a commit fff042c

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

ReduxCore/assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReduxCore/assets/css/admin.less

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,6 @@ pre {
875875

876876
.redux-sidebar .redux-group-menu li.active {
877877
&.hasSubSections {
878-
879878
a {
880879
position: relative;
881880
&:after {
@@ -938,6 +937,9 @@ pre {
938937
}
939938
a {
940939
background: @accentColor;
940+
-webkit-transition: all 0.2s;
941+
-moz-transition: all 0.2s;
942+
trasnition: all 0.2s;
941943
color: #fff;
942944
width: auto;
943945
border-bottom: 0;
@@ -952,9 +954,11 @@ pre {
952954
padding: 7px;
953955
color: #fff;
954956
padding-left: 15px;
955-
-webkit-transition: all 0.2s;
956-
-moz-transition: all 0.2s;
957-
trasnition: all 0.2s;
957+
-webkit-transition: all 0.2;
958+
-moz-transition: all 0.2;
959+
-ms-transition: all 0.2;
960+
-o-transition: all 0.2;
961+
transition: all 0.2;: all 0.2s;
958962
&:hover {
959963
color: #2ea2cc;
960964
background: #000;

ReduxCore/assets/css/redux.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
1313
* Author: Redux
1414
* Author URI: http://reduxframework.com
15-
* Version: 3.2.2.16
15+
* Version: 3.2.2.17
1616
* Text Domain: redux-framework
1717
* License: GPL3+
1818
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)