Add focus-visible polyfill, issue #187 (#193)

* add focus-visible polyfill
* remove unnecessary outline: none from styles
* make buttons Pin, Block, Delete visible when focused
* fix outline of user details close button
* close user info by ESC
* user info: don't focus the close button
This commit is contained in:
Alexandr K
2018-08-23 20:46:16 +04:00
committed by Aleksei Gurianov
parent a6277d764a
commit 419d2ae75e
11 changed files with 30 additions and 23 deletions
@@ -7,10 +7,6 @@
border-radius: 2px;
cursor: pointer;
&:focus {
outline: none;
}
&:disabled {
opacity: 0.5;
pointer-events: none;