mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Various fixes, tests and refactoring
This commit is contained in:
10
dist/css/ueb-style.css
vendored
10
dist/css/ueb-style.css
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user