Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Set text area focus blue to match input styles (#328)
Browse files Browse the repository at this point in the history
* Set text area focus blue to match input styles
* also update box-shadow for consistency
  • Loading branch information
devinreams authored Nov 13, 2017
1 parent 3d5c284 commit b8f51c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/webextension/widgets/text-area.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}

.text-area:focus {
/* Note: This is reverse-engineered by looking at the mockups. */
border-color: #7cddee;
box-shadow: 0 0 3px rgba(124, 221, 238, 0.5);
border-color: #0a84ff;
/* Note: This is a best-guess from the screenshots for the Photon spec, since
the box shadow isn't actually specified. */
box-shadow: 0 0 3px rgba(10, 168, 255, 0.5);
}

0 comments on commit b8f51c2

Please sign in to comment.