Also moved license
This commit is contained in:
+1
-1
@@ -370,7 +370,7 @@ class StepForgeApp {
|
|||||||
type: 'button',
|
type: 'button',
|
||||||
className: this.state.selectMode ? 'primary' : '',
|
className: this.state.selectMode ? 'primary' : '',
|
||||||
onClick: () => this.toggleSelectMode(),
|
onClick: () => this.toggleSelectMode(),
|
||||||
}, this.state.selectMode ? 'Done selecting' : 'Select') : null,
|
}, this.state.selectMode ? 'Selecting' : 'Select') : null,
|
||||||
),
|
),
|
||||||
el('div.row', { style: { justifyContent: 'space-between', marginBottom: '14px' } },
|
el('div.row', { style: { justifyContent: 'space-between', marginBottom: '14px' } },
|
||||||
el('div', {},
|
el('div', {},
|
||||||
|
|||||||
@@ -225,7 +225,6 @@ kbd {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.guide-card:hover { border-color: color-mix(in srgb, var(--accent) 50%, var(--border)); }
|
.guide-card:hover { border-color: color-mix(in srgb, var(--accent) 50%, var(--border)); }
|
||||||
.guide-card.selectable { padding-left: 40px; }
|
|
||||||
.guide-card.selected {
|
.guide-card.selected {
|
||||||
border-color: var(--accent);
|
border-color: var(--accent);
|
||||||
background: color-mix(in srgb, var(--accent) 8%, var(--panel));
|
background: color-mix(in srgb, var(--accent) 8%, var(--panel));
|
||||||
@@ -270,8 +269,8 @@ kbd {
|
|||||||
}
|
}
|
||||||
.guide-card .select-check {
|
.guide-card .select-check {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 14px;
|
top: 11px;
|
||||||
left: 14px;
|
right: 12px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user