Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • D design
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pubsweet
  • design
  • Issues
  • #27

Closed
Open
Created Apr 18, 2018 by julientaq@julientaqDeveloper

Text Area

Here are the design for the text area based on @Nick's button (#19) and the already live text input

textArea

  • background: white;
  • border-radius: $borderRadius;
  • border-width: $borderWidth;
  • border-color: $colorFurniture;
  • border-style: $borderStyle;
  • font-family: $fontWriting;
  • font-size: $fontSizeBase;
  • color: $colorText;
  • line-height: $gridUnit;
  • padding: $gridUnit / 2;
  • hover: border-color: $colorPrimary, border-width 3px
  • disabled: opacity 50%
  • active: border-color: $colorPrimary, border-width 3px
  • focus: border-color: $colorPrimary, opacity: 30%, border-width 3px

:active and :hover have a border with the primary color. :focus get a lighter primary color for the border, in order to be less disturing while writing.

Did i miss some? Thanks!

Assignee
Assign to
Time tracking