* 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
14 lines
157 B
SCSS
14 lines
157 B
SCSS
.comment__control {
|
|
margin-right: 8px;
|
|
cursor: pointer;
|
|
color: #8cd4d4;
|
|
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
&:hover {
|
|
color: #0aa;
|
|
}
|
|
}
|