From a9282a38e507e36bfde025a2583aec61c585a8d0 Mon Sep 17 00:00:00 2001 From: mrPadre <51297778+mrPadre@users.noreply.github.com> Date: Wed, 29 Jul 2020 23:28:29 +0300 Subject: [PATCH] =?UTF-8?q?HM-70=20=D0=9E=D0=B6=D0=B8=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D1=83=20=D1=83=D0=B4=D0=B0=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B0=D0=BF=D0=B8=20/=20=D0=B8?= =?UTF-8?q?=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20=D1=81=D0=BF=D0=BE=D1=81?= =?UTF-8?q?=D0=BE=D0=B1=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8?= =?UTF-8?q?=20=D0=BE=D0=B1=20=D0=B0=D0=BF=D0=B8=20=D0=BD=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=B0=D0=B1=D0=BB=D0=BA=D0=BB=D0=B8=D0=BA=20(#34)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.css | 6 ++++++ src/app.html | 12 +++++++---- .../api-info-component/ApiInfoComponent.css | 10 ++++++++- .../api-info-component/ApiInfoComponent.js | 20 +++++++++++++++++- src/components/api-page/ApiPage.js | 21 +++++++++++++------ .../table-component/TableComponent.js | 10 ++------- .../table-row-component/TableRowComponent.js | 4 ++-- 7 files changed, 61 insertions(+), 22 deletions(-) diff --git a/src/app.css b/src/app.css index 022d579..1e8c2a7 100644 --- a/src/app.css +++ b/src/app.css @@ -15,3 +15,9 @@ textarea { width: 0px; background: transparent; } + +button, +button:active, +button:focus { + outline: none; +} diff --git a/src/app.html b/src/app.html index 945eca2..0e08db3 100644 --- a/src/app.html +++ b/src/app.html @@ -236,20 +236,24 @@
- + - - + + +