mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Make snippet buttons appear on kbd focus (#418)
Currently, navigating just with the keyboard (TAB/SHIFT+TAB), the snippet buttons remain invisible. This forces the same change of opacity as hovering over the snippet with the mouse.
This commit is contained in:
parent
1f841e2c86
commit
2c27fbdc27
@ -181,7 +181,8 @@ textarea {
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.snippet:hover .btn {
|
||||
.snippet:hover .btn,
|
||||
.snippet .btn:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user