Skip to content

Commit

Permalink
Task #CR-949: Bigger action icons for dropdown action
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Mar 24, 2023
1 parent 34e62f3 commit a127aae
Show file tree
Hide file tree
Showing 10 changed files with 275 additions and 248 deletions.
Expand Up @@ -4,10 +4,10 @@
*/

?>
<div class="dropdown">
<div class="dropdown ls-action_dropdown">
<button class="btn btn-sm btn-outline-secondary ls-dropdown-toggle" data-bs-toggle="dropdown" type="button"
aria-expanded="false">
...
<i class="ri-more-fill"></i>
</button>
<ul class="dropdown-menu">
<?php foreach ($dropdownItems as $dropdownItem) : ?>
Expand Down
10 changes: 10 additions & 0 deletions assets/admin_themes/Sea_Green/buttons/dropdown.scss
Expand Up @@ -67,3 +67,13 @@
.dropdown-divider {
margin : 8px 0;
}

// GridActionsWidget
.ls-action_dropdown {
> .btn {
line-height : 16px;
.ri-more-fill {
vertical-align : bottom;
}
}
}

0 comments on commit a127aae

Please sign in to comment.