[Rt-commit] rt branch, 4.2/allow-other-elements-to-be-buttons, repushed

Jesse Vincent jesse at bestpractical.com
Sat Mar 21 02:38:51 EDT 2015


The branch 4.2/allow-other-elements-to-be-buttons was deleted and repushed:
       was a0f1f67dcd6e762a8fee065769e6822ac372301c
       now c14d989e54f68c4c00bb6ab52801a1e733ca49dd

1:  a0f1f67 ! 1:  c14d989 Allow elements styled as .button to render the same as other buttons.
    @@ -31,7 +31,7 @@
      }
      
     -input.button:focus, button:focus, input[type=reset]:focus, input[type=submit]:focus, input[class=button]:focus {
    -+.button:hover, input.button:focus, button:focus, input[type=reset]:focus, input[type=submit]:focus, input[class=button]:focus {
    ++.button:focus, input.button:focus, button:focus, input[type=reset]:focus, input[type=submit]:focus, input[class=button]:focus {
         background: #1D3B7D;
      }
      



More information about the rt-commit mailing list