This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
zotero
Watch
2
Star
0
Fork
You've already forked zotero
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
75cb9d44bd
zotero
/
scss
/
components
/
_reader.scss
8 lines
93 B
SCSS
Raw
Normal View
History
Unescape
Escape
vpat 66-68: fix focus within tagsBox popup (#4231) - focus will always enter the tagsBox popup opened from the reader - escape from within the popup with tagsBox will close the popup (vpat 67) - one should not be able to collapse the tagsBox. Added `collapsible` getter and setters to the collapsible panel to prevent the section from changing its open status. This may be also used in other cases, such as to prevent itemBox from being collapsed in duplicates mode. - patched a glitch where tab from the last empty tab input would loose focus. - changed the `menupopup` for `panel` to display the `tagsbox` because `menupopup` has implicit `role="menu"` which is not meant to contain inputs, so voiceover completely looses cursor when inputs are focused inside of the popup. Also, tweaked spacing a bit to avoid the focus-ring getting cutoff. Addresses: #4222 Fixes: #4230 Fixes: #4226 Addresses: #4388
2024-06-12 04:26:42 +00:00
.
tags-popup
{
Add padding to reader tags popup And move styles to SCSS.
2024-01-16 17:57:00 +00:00
font
:
inherit
;
min-width
:
300
px
;
vpat 66-68: fix focus within tagsBox popup (#4231) - focus will always enter the tagsBox popup opened from the reader - escape from within the popup with tagsBox will close the popup (vpat 67) - one should not be able to collapse the tagsBox. Added `collapsible` getter and setters to the collapsible panel to prevent the section from changing its open status. This may be also used in other cases, such as to prevent itemBox from being collapsed in duplicates mode. - patched a glitch where tab from the last empty tab input would loose focus. - changed the `menupopup` for `panel` to display the `tagsbox` because `menupopup` has implicit `role="menu"` which is not meant to contain inputs, so voiceover completely looses cursor when inputs are focused inside of the popup. Also, tweaked spacing a bit to avoid the focus-ring getting cutoff. Addresses: #4222 Fixes: #4230 Fixes: #4226 Addresses: #4388
2024-06-12 04:26:42 +00:00
&
>
tags-box
{
padding-inline
:
8
px
;
Implement Windows redesign for native elements (#3727)
2024-03-02 07:51:55 +00:00
}
Add padding to reader tags popup And move styles to SCSS.
2024-01-16 17:57:00 +00:00
}
Reference in a new issue
Copy permalink