mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ACS-9052] manage versions close button is too low (#10466)
* [ci:force] - Fixed lint * [ACS-9052] Fixed close button in version manager position * [ACS-9052] Reverted unwanted changes --------- Co-authored-by: VitoAlbano <vito.albano.123@gmail.com>
This commit is contained in:
parent
4e00a74ec5
commit
77cca45b7e
@ -16,6 +16,8 @@
|
||||
*/
|
||||
|
||||
.adf-new-version-uploader-dialog {
|
||||
display: block;
|
||||
|
||||
&-list {
|
||||
height: 400px;
|
||||
}
|
||||
@ -50,6 +52,7 @@
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
button {
|
||||
text-transform: uppercase;
|
||||
|
@ -40,7 +40,10 @@ import { VersionListComponent } from '../version-manager/version-list.component'
|
||||
],
|
||||
templateUrl: './new-version-uploader.dialog.html',
|
||||
styleUrls: ['./new-version-uploader.dialog.scss'],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
host: {
|
||||
class: 'adf-new-version-uploader-dialog'
|
||||
}
|
||||
})
|
||||
export class NewVersionUploaderDialogComponent implements OnInit {
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user