Skip to content

Commit

Permalink
fix: menus checkmark position (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite authored Jul 2, 2024
1 parent d497d15 commit 4da5d47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v2.11.1";
$version = "v2.11.2";
?>
6 changes: 2 additions & 4 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,7 @@ textarea.thin {
}

.sort-options > ul > li {
position: relative;
list-style: none;
padding: 14px 35px 14px 18px;
border-bottom: 1px solid #DDD;
Expand Down Expand Up @@ -1797,6 +1798,7 @@ textarea.thin {
}

.filtermenu-content .filter-item {
position: relative;
padding: 14px 24px;
text-decoration: none;
display: block;
Expand All @@ -1806,10 +1808,6 @@ textarea.thin {
font-size: 16px;
}

.filtermenu-content .filter-item.selected {
position: relative;
}

.filtermenu-content .filter-item.selected::after {
content: "";
position: absolute;
Expand Down

0 comments on commit 4da5d47

Please sign in to comment.