Various fixes, tests and refactoring

This commit is contained in:
barsdeveloper
2023-01-17 22:22:25 +01:00
parent bb84b31b07
commit 47106f748d
26 changed files with 580 additions and 234 deletions

View File

@@ -187,7 +187,6 @@ ueb-link {
* their hover behavior correctly firing.
*/
visibility: hidden;
z-index: 2;
}
ueb-link > svg {
@@ -609,8 +608,8 @@ ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-pin-wrapper:hover
.ueb-pin-icon {
color: var(--ueb-pin-color);
width: 13px;
height: 13px;
width: 12px;
height: 12px;
text-align: left;
}
@@ -626,11 +625,10 @@ ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-pin-wrapper:hover
vertical-align: top;
}
ueb-pin[data-type=exec] .ueb-pin-icon > svg {
--ueb-pin-color: white;
ueb-pin[data-type=exec] .ueb-pin-icon {
width: 15px;
height: 15px;
vertical-align: middle;
--ueb-pin-color: white;
}
ueb-pin[data-linked=true] .ueb-pin-tofill {