submission-form.component.scss (dspace-angular-dspace-7.0) | : | submission-form.component.scss (dspace-angular-dspace-7.1) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
flex-grow: 1; | flex-grow: 1; | |||
} | } | |||
.submission-form-footer { | .submission-form-footer { | |||
border-radius: var(--bs-card-border-radius); | border-radius: var(--bs-card-border-radius); | |||
bottom: 0; | bottom: 0; | |||
background-color: var(--bs-gray-400); | background-color: var(--bs-gray-400); | |||
padding: calc(var(--bs-spacer) / 2); | padding: calc(var(--bs-spacer) / 2); | |||
z-index: var(--ds-submission-footer-z-index); | z-index: var(--ds-submission-footer-z-index); | |||
} | } | |||
.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 |