mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 05:52:42 -05:00
Revert "Temporarily hide the font dropdown"
This commit is contained in:
parent
ba7147a4c4
commit
3df9c0862d
2 changed files with 1 additions and 5 deletions
|
@ -21,7 +21,3 @@
|
||||||
.mod-labeled-icon-height {
|
.mod-labeled-icon-height {
|
||||||
height: 2.85rem; /* for the second row so the dashed borders are equal in size */
|
height: 2.85rem; /* for the second row so the dashed borders are equal in size */
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-dropdown {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
|
@ -190,7 +190,7 @@ const ModeToolsComponent = props => {
|
||||||
case Modes.TEXT:
|
case Modes.TEXT:
|
||||||
return (
|
return (
|
||||||
<div className={classNames(props.className, styles.modeTools)}>
|
<div className={classNames(props.className, styles.modeTools)}>
|
||||||
<InputGroup className={styles.fontDropdown}>
|
<InputGroup>
|
||||||
<FontDropdown
|
<FontDropdown
|
||||||
onUpdateImage={props.onUpdateImage}
|
onUpdateImage={props.onUpdateImage}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue