diff --git a/src/front/Components/DesignSystem/Form/Elements/InputField/classes.module.scss b/src/front/Components/DesignSystem/Form/Elements/InputField/classes.module.scss index 4130e5ef..39d787ac 100644 --- a/src/front/Components/DesignSystem/Form/Elements/InputField/classes.module.scss +++ b/src/front/Components/DesignSystem/Form/Elements/InputField/classes.module.scss @@ -25,6 +25,15 @@ height: 70px; border: 1px solid $grey-medium; + &:disabled { + ~ .fake-placeholder { + /** + TODO + * 1. Add styles so the placeholder has the same color as the background when disabled + */ + background: transparent; + } + } &:focus { ~ .fake-placeholder { transform: translateY(-35px); diff --git a/src/front/Components/DesignSystem/Header/BurgerMenu/BurgerModal/index.tsx b/src/front/Components/DesignSystem/Header/BurgerMenu/BurgerModal/index.tsx index a45ef59a..7438163c 100644 --- a/src/front/Components/DesignSystem/Header/BurgerMenu/BurgerModal/index.tsx +++ b/src/front/Components/DesignSystem/Header/BurgerMenu/BurgerModal/index.tsx @@ -1,9 +1,9 @@ import LogOutButton from "@Front/Components/DesignSystem/LogOutButton"; +import Module from "@Front/Config/Module"; import React from "react"; import NavigationLink from "../../NavigationLink"; import classes from "./classes.module.scss"; -import Module from "@Front/Config/Module"; type IProps = { isOpen: boolean; @@ -19,8 +19,16 @@ export default class BurgerModal extends React.Component { <>
- - + +
diff --git a/src/front/Components/Layouts/FolderArchived/index.tsx b/src/front/Components/Layouts/FolderArchived/index.tsx index 0cd42d76..93afb625 100644 --- a/src/front/Components/Layouts/FolderArchived/index.tsx +++ b/src/front/Components/Layouts/FolderArchived/index.tsx @@ -21,7 +21,7 @@ export default class Folder extends BasePage { // TODO: Message if the user has not created any folder yet public override render(): JSX.Element { return ( - +
Informations du dossier