Skip to content

Commit 433891e

Browse files
Merge pull request twbs#195 from hlb/2.1-wip
remove esacpe function from less code
2 parents 334ecf3 + 3f13cfd commit 433891e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/assets/stylesheets/bootstrap/_buttons.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
&.active,
4949
&:active {
5050
background-color: darken($white, 10%);
51-
background-color: darken($white, 15%) e("\9");
51+
background-color: darken($white, 15%) \9;
5252
background-image: none;
5353
outline: 0;
5454
@include box-shadow(#{inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)});
@@ -208,4 +208,4 @@ input[type="submit"].btn {
208208
color: $linkColorHover;
209209
text-decoration: underline;
210210
background-color: transparent;
211-
}
211+
}

0 commit comments

Comments
 (0)