Skip to content

Commit fab151b

Browse files
committed
Remove tooltip styles
1 parent 2a2c563 commit fab151b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

elements/howto-tooltip/demo.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
See the License for the specific language governing permissions and
1111
limitations under the License.
1212
-->
13-
<style>
14-
/* The tooltip is by default unstyled. */
15-
howto-tooltip {
16-
margin-left: 8px;
17-
padding: 4px;
18-
background-color: #616161;
19-
color: #fff;
20-
border-radius: 3px;
21-
}
22-
</style>
23-
2413
<div class="text">
2514
<label for="name">Your name:</label>
2615
<input id="name" aria-describedby="tp1"/>

0 commit comments

Comments
 (0)