mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-04 14:27:29 +08:00
Dropdown implementation, switch refactoring
* Various fixes * Fix tests * Dropdown names deduced from pin names * Remove update callbacks * Fix double pins issue * return undefined if not switch
This commit is contained in:
23
dist/css/ueb-style.css
vendored
23
dist/css/ueb-style.css
vendored
@@ -317,8 +317,9 @@ ueb-blueprint[data-scrolling=false][data-selecting=false] ueb-node.ueb-node-styl
|
||||
}
|
||||
|
||||
.ueb-node-top {
|
||||
color: #c0c0c0;
|
||||
font-weight: 900;
|
||||
color: #d0d0d0;
|
||||
font-size: calc(var(--ueb-font-size) + 1px);
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -678,6 +679,7 @@ ueb-pin[data-linked=true] .ueb-pin-tofill {
|
||||
.ueb-pin-name {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
letter-spacing: -0.2px;
|
||||
}
|
||||
|
||||
.ueb-zoom--6 .ueb-pin-content {
|
||||
@@ -772,6 +774,23 @@ ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-pin-input-content
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
ueb-dropdown.ueb-pin-input {
|
||||
margin-right: 15px;
|
||||
padding-right: 10px;
|
||||
background: #101010 !important;
|
||||
color: #c0c0c0;
|
||||
border-color: #404040;
|
||||
}
|
||||
|
||||
ueb-dropdown.ueb-pin-input select {
|
||||
padding: 6px;
|
||||
width: 170px;
|
||||
background: none;
|
||||
font-size: 10px;
|
||||
letter-spacing: -0.2px;
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.ueb-button {
|
||||
min-width: 60px;
|
||||
border: 1px solid #0f0f0f;
|
||||
|
||||
Reference in New Issue
Block a user