Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rugoncalves committed Jun 6, 2024
1 parent ab412f0 commit f61519b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions core/src/components/item/item.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,13 @@
// --------------------------------------------------
:host(.ion-focused) .item-native::after {
@include globals.position(0, 0, 0, 0);
border-color: #{globals.$ionic-state-focus-1};
border-style: solid;

position: absolute;

border-width: 2px;
border-style: solid;

border-color: #{globals.$ionic-state-focus-1};

content: "";

position: absolute;
}

0 comments on commit f61519b

Please sign in to comment.