Start using lit element in the main web interface. It's getting out of control, and if I can finish a refactor, it will reel it in.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4266 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-04-29 16:52:35 +00:00
parent 639419db60
commit 2926f855a1
6 changed files with 200 additions and 40 deletions

View File

@ -207,25 +207,6 @@ a:active {
display: block;
}
#files {
list-style-type: none;
margin: 0;
padding: 0;
}
#files > li {
padding: 0.5em;
}
#files > li.current {
font-weight: bold;
background-color: #2aa198;
}
#files > li.dirty::after {
content: '*';
}
.tooltip {
position: absolute;
z-index: 1;