Skip to content

[Console] [CCI] console Audit. Unused ul html element. #3992

Closed
@curq

Description

Describe the bug

After doing audit of console plugin. I noticed <ul> element and its scss class that were never used and that they don't seem to do anything.

// SASSTODO: This component seems to not be used anymore?
// Possibly replaced by the Ace version
.conApp__autoComplete {
position: absolute;
left: -1000px;
visibility: hidden;
/* by pass any other element in ace and resize bar, but not modal popups */
z-index: $euiZLevel1 + 2;
margin-top: 22px;
}


Expected behavior
No redundant custom styling or native html elements

Dashboards Version
2.7.0

Plugins

Console plugin

Additional context

We can see from the comments left by previous developers in the .scss file that they also didn't find if the removed element and styling were used anymore.

Metadata

Assignees

No one assigned

    Labels

    OUIIssues that require migration to OUIbugSomething isn't working

    Type

    No type

    Projects

    • Status

      Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions