1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(UI): query tab name based on content

This commit is contained in:
2021-08-05 13:30:33 +02:00
parent 1573de5b1f
commit 065de3a0a2
2 changed files with 18 additions and 8 deletions

View File

@ -473,7 +473,8 @@ export default {
line-height: 1.2;
position: relative;
&:hover {
&:hover,
&.selected {
border-radius: $border-radius;
}
}