mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
perf: improved contextual menu appearance
This commit is contained in:
@ -136,6 +136,10 @@ body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
.tab-link {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
&.active {
|
||||
.tab-link {
|
||||
border-color: transparent;
|
||||
|
@ -235,7 +235,7 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $primary-color;
|
||||
background: rgba($light-color, 15%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -219,7 +219,7 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $primary-color;
|
||||
background: rgba($light-color, 15%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user