]> _ Git - fluidbook-html5.git/commitdiff
Done #1834 @0.25
authorStephen Cameron <stephen@cubedesigners.com>
Mon, 18 Dec 2017 10:29:59 +0000 (11:29 +0100)
committerStephen Cameron <stephen@cubedesigners.com>
Mon, 18 Dec 2017 10:29:59 +0000 (11:29 +0100)
style/fluidbook.less

index 8b8b1ecd0caf3b71c53289ff23a8f90e56edea96..cb46b2443c3915606db798fd7cc479669c4e23f2 100644 (file)
@@ -728,6 +728,7 @@ header {
        // Header should sit above help overlay when it is open
        .help & {
                z-index: 21;
+               background-color: transparent; // Disable background so icons are visible
        }
 }
 
@@ -815,7 +816,7 @@ input[type="search"]::-webkit-search-results-decoration {
        top: 0px;
        background-repeat: no-repeat;
        z-index: 10;
-       &.overridenByFluidbook {
+       &.overridenByFluidbook, .help & {
                visibility: hidden;
        }