Skip to content

Commit 22b40c0

Browse files
committed
Clean up by removing unused styles.
1 parent 0c4e65d commit 22b40c0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

notebook/static/tree/less/tree.less

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -415,26 +415,11 @@ ul#new-menu {
415415

416416
//TO show tooltips via keyboard for"Duplicate","View","Rename", "Download", "Shutdown", "Edit","Move", "Delete" buttons.
417417
.dynamic-buttons {
418-
.visually-hidden {
419-
clip-path: inset(100%);
420-
clip: rect(1px, 1px, 1px, 1px);
421-
height: 1px;
422-
overflow: hidden;
423-
position: absolute;
424-
white-space: nowrap;
425-
width: 1px;
426-
}
427-
428418
button:focus + [role="tooltip"] {
429419
visibility: visible;
430420
opacity: 1;
431421
}
432422

433-
.button-and-tooltip {
434-
position: relative;
435-
display: inline-block;
436-
}
437-
438423
[role="tooltip"] {
439424
/* Position the tooltip */
440425
position: absolute;

0 commit comments

Comments
 (0)