Removed actions/features from tooltips. Removed golden borders (#524)

This commit is contained in:
WBHarry 2025-08-02 22:34:00 +02:00 committed by GitHub
parent af40f9d712
commit 2e5337c5c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;