Skip to content

Commit 5fc5145

Browse files
committed
fix(searchbar): remove unneeded styles
1 parent 9fbbd73 commit 5fc5145

File tree

1 file changed

+0
-8
lines changed
  • core/src/components/searchbar/test/shape

1 file changed

+0
-8
lines changed

core/src/components/searchbar/test/shape/index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
<script src="../../../../../scripts/testing/scripts.js"></script>
1313
<script nomodule src="../../../../../dist/ionic/ionic.js"></script>
1414
<script type="module" src="../../../../../dist/ionic/ionic.esm.js"></script>
15-
16-
<style>
17-
/* TODO(ROU-11256): Remove the border that is added through the testing styling */
18-
ion-searchbar button {
19-
border: none;
20-
padding: initial;
21-
}
22-
</style>
2315
</head>
2416

2517
<body>

0 commit comments

Comments
 (0)