mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
firmware/installPybricksDialog: fix hub name error icon style
This commit is contained in:
committed by
David Lechner
parent
63597e4b88
commit
ac00b82cab
@@ -408,7 +408,7 @@ const ConfigureOptionsPanel: React.VoidFunctionComponent<SelectOptionsPanelProps
|
||||
<Icon
|
||||
icon="error"
|
||||
intent={Intent.DANGER}
|
||||
itemType="div"
|
||||
tagName="div"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
+15
-3
@@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2020-2022 The Pybricks Authors
|
||||
// Copyright (c) 2020-2023 The Pybricks Authors
|
||||
|
||||
// css files
|
||||
@use 'normalize.css/normalize';
|
||||
@@ -175,8 +175,20 @@ a.#{bp.$ns}-button {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.#{bp.$ns}-input-group .#{bp.$ns}-icon {
|
||||
margin: 7px;
|
||||
.#{bp.$ns}-input-group {
|
||||
& .#{bp.$ns}-icon {
|
||||
margin: 7px;
|
||||
|
||||
&.#{bp.$ns}-intent-danger {
|
||||
color: bp.$red4;
|
||||
}
|
||||
}
|
||||
|
||||
& .#{bp.$ns}-input-action {
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
// don't take up so much space when there is no caret
|
||||
|
||||
Reference in New Issue
Block a user