Sha256: f55609457096bb0d930c5b11b19e479aeb88087c4fa6d02a14e7bf3e9279c501

Contents?: true

Size: 535 Bytes

Versions: 15

Compression:

Stored size: 535 Bytes

Contents

<%# frozen_string_literal: true %>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
    <title>with_hover</title>
  </head>

  <body id="with_hover">
    <style type="text/css">
      .hidden_until_hover {display: none;}
      .wrapper:hover .hidden_until_hover { display: block }
    </style>
    <div class="wrapper">
      Some text here so the wrapper has size
      <div class="hidden_until_hover">Here I am</div>
    </div>
  </body>
</html>

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
capybara-2.12.0 lib/capybara/spec/views/with_hover.erb
capybara-2.11.0 lib/capybara/spec/views/with_hover.erb
capybara-2.10.2 lib/capybara/spec/views/with_hover.erb
capybara-2.10.1 lib/capybara/spec/views/with_hover.erb
capybara-2.10.0 lib/capybara/spec/views/with_hover.erb
capybara-2.9.2 lib/capybara/spec/views/with_hover.erb
tdiary-5.0.2 vendor/bundle/gems/capybara-2.8.0/lib/capybara/spec/views/with_hover.erb
capybara-2.9.1 lib/capybara/spec/views/with_hover.erb
capybara-2.9.0 lib/capybara/spec/views/with_hover.erb
capybara-2.8.1 lib/capybara/spec/views/with_hover.erb
capybara-2.8.0 lib/capybara/spec/views/with_hover.erb
tdiary-5.0.1 vendor/bundle/gems/capybara-2.7.1/lib/capybara/spec/views/with_hover.erb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/capybara-2.7.1/lib/capybara/spec/views/with_hover.erb
capybara-2.7.1 lib/capybara/spec/views/with_hover.erb
capybara-2.7.0 lib/capybara/spec/views/with_hover.erb