Skip to content

Commit 8765df4

Browse files
committed
remove global text-shadow from alerts components because it was fucking up buttons in a real way
1 parent e304798 commit 8765df4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/assets/css/bootstrap.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,6 @@ button.close {
39283928
padding: 8px 35px 8px 14px;
39293929
margin-bottom: 20px;
39303930
color: #c09853;
3931-
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
39323931
background-color: #fcf8e3;
39333932
border: 1px solid #fbeed5;
39343933
border-radius: 4px;

less/alerts.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
.alert {
1010
padding: 8px 35px 8px 14px;
1111
margin-bottom: @line-height-base;
12-
text-shadow: 0 1px 0 rgba(255,255,255,.5);
1312
color: @state-warning-text;
1413
background-color: @state-warning-background;
1514
border: 1px solid @state-warning-border;

0 commit comments

Comments
 (0)