SPR-908: pagetools focus
This commit is contained in:
parent
4ff30cee37
commit
f8aefa32bc
1 changed files with 22 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
.pagetools-item(img_backto, 12);
|
||||
*/
|
||||
|
||||
|
||||
#dokuwiki__aside {
|
||||
@media @screen_max-md {
|
||||
display: none !important;
|
||||
|
@ -82,6 +83,27 @@ nav#dokuwiki__pagetools {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: @box-shadow;
|
||||
background-image: none;
|
||||
background-color: @ini_background;
|
||||
color: @ini_existing;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: .1rem;
|
||||
|
||||
span {
|
||||
position: relative;
|
||||
display: inline;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: @ini_existing;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
.sr-only();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue