Fix regex check

This commit is contained in:
Andros Fenollosa
2020-07-17 12:12:02 +02:00
parent ae1c78da16
commit a30f4023d2
3 changed files with 8 additions and 8 deletions

View File

@ -11,20 +11,20 @@
</style>
</head>
<body>
<p i-hover="class:add('uppercase', '.text')">Place the cursor over this text</p>
<p class="text">
<p i-hover="class:add('uppercase', '.text__-hover')">Place the cursor over this text</p>
<p class="text__1--hover">
Quisque id diam vel quam elementum pulvinar etiam non quam?
</p>
<p class="text">
<p class="text__1--hover">
Ac, feugiat sed lectus vestibulum mattis ullamcorper velit sed ullamcorper.
</p>
<p class="text" i-hover="class:add('uppercase')">
<p class="text__1--hover" i-hover="class:add('uppercase')">
Nunc aliquet bibendum enim, facilisis gravida neque convallis a cras.
</p>
<p class="text">
<p class="text__1--hover">
Orci phasellus egestas tellus rutrum tellus pellentesque eu tincidunt tortor.
</p>
<p class="text">
<p class="text__1--hover">
Volutpat consequat, mauris nunc congue nisi, vitae suscipit tellus mauris.
</p>
</body>