mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Fix 1px margin bouncing of selected menu item.
This commit is contained in:
parent
faa214178e
commit
5612d07fea
@ -39,6 +39,10 @@ span#notebook_name {
|
||||
padding: 2px 1.6em;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item a.ui-state-focus {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-menu hr {
|
||||
margin: 0.3em 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user