Skip to content

[NC 13.0.0] CSS: actions.creatable overwrites actions.hidden #8238

@Cybso

Description

@Cybso

.actions.creatable with 'display: flex' in apps/files/css/files.scss overwrites .actions.hidden with 'display: none', causing the "new" button to be visible when it should not be.

.actions.hidden { display: none; }

.actions.creatable {
    position: relative;
    display: flex;
    flex: 1 1;
    .button:not(:last-child) {
        margin-right: 3px;
    }
}

Additionally, the gallery button is within the actions div, so it would disappear if this is fixed and the user has no UPDATE permission.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugdesignDesign, UI, UX, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions