Force visible Lucide button icons
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s
This commit is contained in:
@@ -652,6 +652,24 @@ footer a .lucide,
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.btn > span,
|
||||
.btn > span > span {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.btn .lucide,
|
||||
.hero-actions .lucide,
|
||||
.lookup-group .btn .lucide,
|
||||
.hero-lookup-group .lucide,
|
||||
.panel-link .lucide {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
stroke-width: 2.2;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.poolChart h4,
|
||||
.marketChart h4,
|
||||
.userChart h4 {
|
||||
|
||||
Reference in New Issue
Block a user