Skip to content

Commit

Permalink
Update submodule during merge of branches/rudder/7.3 into 7.3-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Nov 13, 2023
2 parents 1454c25 + 623d9ef commit 8a03a3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ displayCategory acl cat =
div [class "acl-category"]
[ input[type_ "checkbox", id toggleId, class "toggle-checkbox"][]
, div[class "category-header"]
[ i [class "fa fa-caret-down"][]
[ label [for toggleId, class "category-toggle-caret"]
[ i [class "fa fa-caret-down"][]
]
, label [for toggleId]
[ text cat.category
, span [class ("badge badge-secondary " ++ if nbSelected <= 0 then "empty" else "")][text (String.fromInt nbSelected)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,17 @@
.acl-category .toggle-checkbox:not(:checked) + .category-header{
margin-bottom: 8px;
}
.acl-category .category-header .category-toggle-caret{
flex: 0 1 40px;
font-size: inherit;
}
.acl-category .category-header label{
margin: 0;
text-transform: capitalize;
font-size: 22px;
font-weight: normal;
flex: 1;
padding: 4px 0 4px 40px;
padding: 4px 0;
cursor: pointer;
}
.acl-category .category-header > label .badge.badge-secondary{
Expand Down

0 comments on commit 8a03a3b

Please sign in to comment.