mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
css: Don't apply .collapsible-control style to custom controls
This commit is contained in:
parent
1d5cfef78d
commit
9e3c9bbab7
@ -304,8 +304,11 @@ a:hover > .icon-cancel {
|
|||||||
// Collapsibles
|
// Collapsibles
|
||||||
|
|
||||||
.collapsible.collapsed {
|
.collapsible.collapsed {
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.collapsible.collapsed:not([data-toggle-element]) {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
content: "";
|
content: "";
|
||||||
@ -328,7 +331,7 @@ a:hover > .icon-cancel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.impact .collapsible.collapsed {
|
.impact .collapsible.collapsed:not([data-toggle-element]) {
|
||||||
&:before {
|
&:before {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
@ -235,10 +235,6 @@ form.role-form {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
&:before {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 em {
|
h3 em {
|
||||||
font-size: .857em;
|
font-size: .857em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user