SPR-908: pagetools focus

This commit is contained in:
Silke Pisulla 2017-05-02 13:18:37 +02:00
commit f8aefa32bc

View file

@ -21,6 +21,7 @@
.pagetools-item(img_backto, 12); .pagetools-item(img_backto, 12);
*/ */
#dokuwiki__aside { #dokuwiki__aside {
@media @screen_max-md { @media @screen_max-md {
display: none !important; display: none !important;
@ -82,6 +83,27 @@ nav#dokuwiki__pagetools {
background-color: transparent; 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 { span {
.sr-only(); .sr-only();