From 683edbe9fc92375e142273dcf317c75ac589f449 Mon Sep 17 00:00:00 2001 From: Sharon Kennedy Date: Sat, 1 Feb 2020 22:11:46 -0500 Subject: [PATCH] fix chatbox outline --- package.json | 8 ++++---- src/components/_chat.scss | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 9bf21c2..c163e36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "embeddable-react-widget", - "version": "0.0.1", + "name": "ocrcc-chatbox", + "version": "0.1.0", "description": "building an embeddable js widget with react", "main": "index.js", "scripts": { @@ -62,7 +62,7 @@ "./public" ] }, - "author": "seriousben https://github.com/seriousben", + "author": "Nomadic Labs", "license": "MIT", "devDependencies": { "@babel/core": "7.7.7", @@ -98,7 +98,7 @@ "eslint-plugin-import": "2.19.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.17.0", - "gh-pages": "2.2.0", + "gh-pages": "^2.2.0", "jest": "24.9.0", "jest-cli": "24.9.0", "mini-css-extract-plugin": "0.9.0", diff --git a/src/components/_chat.scss b/src/components/_chat.scss index c10e0c1..645d819 100644 --- a/src/components/_chat.scss +++ b/src/components/_chat.scss @@ -7,8 +7,7 @@ display: flex; flex-direction: column; min-height: 50vh; - outline: 1px solid $theme-color; - outline-offset: -1px; + border: 1px solid $theme-color; .message-window { background-color: $light-color; @@ -67,6 +66,7 @@ display: flex; align-items: center; margin-bottom: 0; + border-top: 1px solid $theme-color; } input[type="text"] { @@ -75,8 +75,6 @@ border: none; flex: 1 0 auto; border: none; - outline: 1px solid $theme-color; - outline-offset: -1px; color: $dark-color; font-family: $theme-font;