mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
Make the blue focus bar sticky (it was vanishing as you scrolled)
This commit is contained in:
parent
141e9c91e9
commit
75e6bdcd4e
@ -1627,7 +1627,7 @@ html * {
|
||||
/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQIW2PcfOvPf0YQAQAiYwcToXYG5AAAAABJRU5ErkJggg==);*/
|
||||
}
|
||||
|
||||
.label:before {
|
||||
.panel:before {
|
||||
position: absolute;
|
||||
display: block;
|
||||
background: #ccc;
|
||||
@ -1638,7 +1638,7 @@ html * {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.focus .label:before {
|
||||
.focus.panel:before {
|
||||
background: #A3D4FF;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user