File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3389,7 +3389,8 @@ input[type="submit"].btn.btn-mini {
3389
3389
}
3390
3390
3391
3391
.btn-link ,
3392
- .btn-link : active {
3392
+ .btn-link : active ,
3393
+ .btn-link [disabled ] {
3393
3394
background-color : transparent;
3394
3395
background-image : none;
3395
3396
-webkit-box-shadow : none;
@@ -3412,6 +3413,11 @@ input[type="submit"].btn.btn-mini {
3412
3413
background-color : transparent;
3413
3414
}
3414
3415
3416
+ .btn-link [disabled ]: hover {
3417
+ color : # 333333 ;
3418
+ text-decoration : none;
3419
+ }
3420
+
3415
3421
.btn-group {
3416
3422
position : relative;
3417
3423
* margin-left : .3em ;
Original file line number Diff line number Diff line change @@ -208,7 +208,8 @@ input[type="submit"].btn {
208
208
209
209
// Make a button look and behave like a link
210
210
.btn-link ,
211
- .btn-link :active {
211
+ .btn-link :active ,
212
+ .btn-link [disabled ] {
212
213
background-color : transparent ;
213
214
background-image : none ;
214
215
.box-shadow (none );
@@ -224,3 +225,7 @@ input[type="submit"].btn {
224
225
text-decoration : underline ;
225
226
background-color : transparent ;
226
227
}
228
+ .btn-link [disabled ]:hover {
229
+ color : @grayDark ;
230
+ text-decoration : none ;
231
+ }
You can’t perform that action at this time.
0 commit comments