Commit 6080fdb9 by sg00dwin

Remove .caret rule font-size-base - 1 because it will no longer be needed once…

Remove .caret rule font-size-base - 1 because it will no longer be needed once variable @font-size-base is reduced by 1px
parent 1d7ed335
...@@ -56,7 +56,6 @@ body > .ui-select-bootstrap.open { ...@@ -56,7 +56,6 @@ body > .ui-select-bootstrap.open {
width: 100%; width: 100%;
} }
.ui-select-toggle > .caret { .ui-select-toggle > .caret {
font-size: (@font-size-base - 1);
font-style: normal; font-style: normal;
right: 6px; right: 6px;
top: 10px; top: 10px;
......
...@@ -525,7 +525,6 @@ body > .ui-select-bootstrap.open { ...@@ -525,7 +525,6 @@ body > .ui-select-bootstrap.open {
width: 100%; width: 100%;
} }
.ui-select-bootstrap .ui-select-toggle > .caret { .ui-select-bootstrap .ui-select-toggle > .caret {
font-size: 11px;
font-style: normal; font-style: normal;
right: 6px; right: 6px;
top: 10px; top: 10px;
......
...@@ -56,7 +56,6 @@ body > .ui-select-bootstrap.open { ...@@ -56,7 +56,6 @@ body > .ui-select-bootstrap.open {
width: 100%; width: 100%;
} }
.ui-select-toggle > .caret { .ui-select-toggle > .caret {
font-size: (@font-size-base - 1);
font-style: normal; font-style: normal;
right: 6px; right: 6px;
top: 10px; top: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment