Skip to content

Commit

Permalink
Remove active style
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 19, 2024
1 parent 3065692 commit b7a02ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions assets/sass/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
align-items: flex-start;
flex-direction: column;
margin-bottom: calc($space * 2);

&[data-active="true"] {
border-color: var(--color-menu-selected);
}
}

// Item within a panel that has horizontal layout.
Expand Down
2 changes: 1 addition & 1 deletion templates/element/calendarprovider_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$menuId = 'provider-menu-' . $provider->id;

?>
<li class="list-item-panel" data-active="true">
<li class="list-item-panel">
<div class="list-item-panel-header">
<span class="list-item-block">
<?= $this->element('calendarprovider_tile', ['provider' => $provider]) ?>
Expand Down

0 comments on commit b7a02ef

Please sign in to comment.