mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
css only hovering solution, easier on the cpu
This commit is contained in:
@@ -15,10 +15,6 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.css-treeview .config {
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.css-treeview ul {
|
||||
list-style: none;
|
||||
margin-left: 0px;
|
||||
@@ -81,6 +77,17 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.css-treeview .config {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.css-treeview .tree-item:hover .config {
|
||||
display: block;
|
||||
padding-top: 3px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.css-treeview .indent1 {
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user