blob: ed640335bb056e5257ec79e2e291d1a439164bf8 [file] [log] [blame]
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<style>
#hover:not(:hover) .show-on-hover {
display: none;
}
</style>
<div id="hover">
<span>Some text, always shown</span>
<span class="show-on-hover">Some text here, only shown on hover</span>
</div>