number-picker.component.scss (dspace-angular-dspace-7.0) | : | number-picker.component.scss (dspace-angular-dspace-7.1) | ||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
width: 0.71em; | width: 0.71em; | |||
} | } | |||
.chevron.bottom:before { | .chevron.bottom:before { | |||
top: -.3em; | top: -.3em; | |||
transform: rotate(135deg); | transform: rotate(135deg); | |||
} | } | |||
input { | input { | |||
max-width: 80px !important; | max-width: 80px !important; | |||
} | } | |||
.btn-link-focus { | ||||
// behave as btn-link but does not override box-shadow of btn-link:focus | ||||
font-weight: $font-weight-normal; | ||||
color: $link-color; | ||||
text-decoration: $link-decoration; | ||||
@include hover { | ||||
color: $link-hover-color; | ||||
text-decoration: $link-hover-decoration; | ||||
} | ||||
&:disabled, | ||||
&.disabled { | ||||
color: $btn-link-disabled-color; | ||||
pointer-events: none; | ||||
} | ||||
&:focus, | ||||
&.focus { | ||||
text-decoration: $link-hover-decoration; | ||||
} | ||||
} | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |