diff --git a/build/uncompressed/modules/reveal.css b/build/uncompressed/modules/reveal.css index 765635715..8ba55a1bd 100644 --- a/build/uncompressed/modules/reveal.css +++ b/build/uncompressed/modules/reveal.css @@ -233,6 +233,32 @@ -ms-transform: rotate(-110deg); transform: rotate(-110deg); } +/******************************* + States +*******************************/ +.ui.disabled.reveal { + opacity: 1 !important; +} +.ui.disabled.reveal > .content { + -webkit-transition: none !important; + -moz-transition: none !important; + -o-transition: none !important; + -ms-transition: none !important; + transition: none !important; +} +.ui.disabled.reveal:hover > .visible.content { + position: static !important; + display: block !important; + opacity: 1 !important; + top: 0 !important; + left: 0 !important; + right: auto !important; + bottom: auto !important; + transform: none !important; +} +.ui.disabled.reveal:hover > .hidden.content { + display: none !important; +} /******************************* Variations *******************************/ diff --git a/node/src/documents/modules/reveal.html b/node/src/documents/modules/reveal.html index 74c4cbc2a..33b9b6f00 100755 --- a/node/src/documents/modules/reveal.html +++ b/node/src/documents/modules/reveal.html @@ -28,8 +28,8 @@ type : 'UI Module'
A standard reveal
-