mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Clean up by removing unused styles.
This commit is contained in:
parent
0c4e65d2c5
commit
22b40c0deb
@ -415,26 +415,11 @@ ul#new-menu {
|
||||
|
||||
//TO show tooltips via keyboard for"Duplicate","View","Rename", "Download", "Shutdown", "Edit","Move", "Delete" buttons.
|
||||
.dynamic-buttons {
|
||||
.visually-hidden {
|
||||
clip-path: inset(100%);
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
button:focus + [role="tooltip"] {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.button-and-tooltip {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
[role="tooltip"] {
|
||||
/* Position the tooltip */
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user