mirror of https://github.com/rails/rails
fix guides mobile nav issue [ci skip]
This commit is contained in:
parent
3fad674591
commit
fda729251a
|
@ -381,9 +381,12 @@ a, a:link, a:visited {
|
|||
font: inherit;
|
||||
padding-left: .75em;
|
||||
font-size: .95em;
|
||||
background-position: 96% -65px;
|
||||
background-position: 96% 16px;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.guides-index-small .guides-index-item:hover{
|
||||
background-position: 96% -65px;
|
||||
}
|
||||
}
|
||||
|
||||
#guides {
|
||||
|
|
Loading…
Reference in New Issue