Closed UrsaDK closed 7 years ago
It appears that with the release of linter version 2, html for the status counter has been updated and the counter now looks like this:
The following code updates the look of the counter to something a little bit more palatable:
status-bar { .linter-status-count { background-color: darken(@btn-base-color, 65%); border-radius: @border-radius--base; span[class^=highlight] { border-radius: 0; } .highlight { background-color: inherit; color: @text-color-selected; } &:hover { background-color: darken(@btn-base-color, 65%) !important; } } }
This was implemented in the latest release. @UmkaDK, thanks for your proposal.
It appears that with the release of linter version 2, html for the status counter has been updated and the counter now looks like this:
The following code updates the look of the counter to something a little bit more palatable: