Skip to content

Commit

Permalink
remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Nov 14, 2024
1 parent 49dac37 commit 65386ae
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions apis_ontology/static/styles/tibschol.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@
body {
text-rendering: geometricPrecision;
}
.show-more:checked + .content .more-content {
display: inline;
}
.show-more:checked + .content .preview {
display: none;
}
.show-more:checked + .content .more-link {
display: none;
}
.show-more:checked + .content .less-link {
display: inline;
}
.show-more, .less-link, .more-content {
display: none;
}

.linkish {
color: #007BFF;
Expand All @@ -29,27 +14,6 @@ body {
text-decoration: underline;
}

.dropdown-menu{
z-index: 1000;
}
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
z-index: 1001;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}


textarea.form-control{
height: 5em !important;
Expand Down

0 comments on commit 65386ae

Please sign in to comment.