Improve keyboard navigation in PDF reader tab (#2395)
This commit is contained in:
parent
6b6c27029b
commit
c7972b3d38
9 changed files with 245 additions and 11 deletions
|
@ -136,3 +136,16 @@
|
|||
padding-top: 6px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.note-row, .more-row {
|
||||
outline: 0;
|
||||
|
||||
&:-moz-focusring {
|
||||
box-shadow: $toolbar-btn-focus-box-shadow;
|
||||
z-index: 1;
|
||||
|
||||
@include retina {
|
||||
box-shadow: $toolbar-btn-focus-box-shadow-2x;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue