Skip to content

Commit

Permalink
fix: css lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmikita committed Jun 27, 2024
1 parent d078199 commit 9f54cec
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions resources/css/src/partials/_carriers-widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
flex-wrap: wrap;
justify-content: center;
margin: -10px;

// Deprecated webhooks.
li[data-nt-button="webhook"],
li[data-nt-button="webhook_json"] {
display: none;
}
}

&__carrier {
Expand Down Expand Up @@ -270,10 +276,3 @@
border-radius: 5px;
}
}

.notification-carriers__carriers {
li[data-nt-button="webhook"],
li[data-nt-button="webhook_json"] {
display: none;
}
}

0 comments on commit 9f54cec

Please sign in to comment.