]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
quickedit: keep save button always visible
[chloro.git] / chloro / phyll / static / css / style.scss
index 27d211cb91a552c2ce8f72b7d15fbad713fe2c43..287acd9af9914a5a35eaf87e839155682e42c402 100644 (file)
@@ -193,9 +193,6 @@ footer {
 div[contenteditable=true]:focus-within {
        outline: 1px solid gray;
        outline-offset: 3px;
-       ~ button#save {
-               display: block;
-       }
 }
 
 .inline-style-popup,
@@ -249,5 +246,4 @@ div[contenteditable=true]:focus-within {
 button#save {
        position: sticky;
        bottom: 10px;
-       display: none;
 }