kopia lustrzana https://github.com/wagtail/wagtail
Make comment buttons focusable
rodzic
1ff4bdceef
commit
6c065fad8b
|
@ -503,6 +503,11 @@ li.inline:first-child {
|
|||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
opacity: 1;
|
||||
pointer-events: initial;
|
||||
}
|
||||
|
||||
> svg {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
|
|
Ładowanie…
Reference in New Issue