Fix styles and behaviours on AXO module

This commit is contained in:
Pedro Silva 2024-02-15 17:58:56 +00:00
parent ffb2de496d
commit 9fd69e7f55
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
8 changed files with 112 additions and 38 deletions

View file

@ -1,5 +1,8 @@
@use "../../../ppcp-button/resources/css/mixins/apm-button" as apm-button;
$border-color: #c3c3c3;
$background-ident-color: #f9f9f9;
.ppcp-field-hidden {
display: none !important;
}
@ -16,15 +19,21 @@
border-right: 1px solid transparent;
&.ppcp-field-indent {
background-color: #f9f9f9;
border: 1px solid #c3c4c7;
background-color: $background-ident-color;
border: 1px solid $border-color;
th {
padding-left: 20px;
}
th, td {
border-top: 1px solid $border-color;
}
& + .ppcp-field-indent {
border-top: 2px solid transparent;
th, td {
border-top: 1px solid $background-ident-color;
}
}
}
}