Removed actions/features from tooltips. Removed golden borders

This commit is contained in:
WBHarry 2025-08-02 17:28:06 +02:00
parent ebb142a604
commit 80189842d9
8 changed files with 2 additions and 50 deletions

View file

@ -3,6 +3,7 @@
flex-direction: column;
align-items: center;
gap: 4px;
border-width: 0;
.tooltip-title-container {
width: 100%;
@ -30,6 +31,7 @@
.tooltip-description {
font-style: italic;
text-align: start;
}
.tooltip-sub-title {
@ -47,12 +49,6 @@
grid-template-columns: 1fr 1fr 1fr;
}
&.border {
border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 6px;
padding: 2px;
}
.tooltip-information {
display: flex;
flex-direction: column;