]> git.0d.be Git - chloro.git/commitdiff
quickedit: keep save button always visible
authorFrédéric Péters <fpeters@0d.be>
Sat, 6 Jun 2020 14:57:27 +0000 (16:57 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 6 Jun 2020 17:14:39 +0000 (19:14 +0200)
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;
 div[contenteditable=true]:focus-within {
        outline: 1px solid gray;
        outline-offset: 3px;
-       ~ button#save {
-               display: block;
-       }
 }
 
 .inline-style-popup,
 }
 
 .inline-style-popup,
@@ -249,5 +246,4 @@ div[contenteditable=true]:focus-within {
 button#save {
        position: sticky;
        bottom: 10px;
 button#save {
        position: sticky;
        bottom: 10px;
-       display: none;
 }
 }