Skip to content

Commit

Permalink
Merge pull request #88 from Icinga/css-optimization
Browse files Browse the repository at this point in the history
Minor CSS optimizations
  • Loading branch information
martialblog authored Oct 1, 2024
2 parents 7bc23c1 + 8b6768a commit fff1b0f
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@

.tlv-tile-title {
display: inline-block;
height: 1.8em;
width: 100%;
padding: 0.1em;
}
Expand All @@ -232,7 +231,7 @@
border-style: solid;
border-width: 1px 1px 1px 4px;
padding: 0.1em;
margin: 0.3em 0.5em;
margin: 0.2em 0.5em;

> .tlv-tile-title {
font-weight: bold;
Expand All @@ -249,10 +248,6 @@
height: 100%;
text-align: center;

.badge {
margin-top: -0.3em;
}

&:before {
content: "";
display: inline-block;
Expand Down Expand Up @@ -343,13 +338,12 @@
font-size: 1.3em;
content: '\e81d';
}

}

.tlv-collapsed {
.icon.tlv-collapse-handle::before {
content: '\e820';
}
.icon.tlv-collapse-handle::before {
content: '\e820';
}
}

/** BEGIN of breadcrumb **/
Expand Down Expand Up @@ -383,7 +377,6 @@
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

}

.breadcrumb li a {
Expand Down Expand Up @@ -431,14 +424,6 @@
padding-right: 0.5em;
}

.breadcrumb li:last-child a {
cursor: default;
}

.breadcrumb li:last-child a:hover {

}

.breadcrumb li:not(:last-child) a:hover {
background-color: @gray-lighter;
}
Expand Down

0 comments on commit fff1b0f

Please sign in to comment.