File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -808,6 +808,14 @@ input[type="checkbox"] {
808808 border-bottom : 3px solid # ff6e42 ;
809809}
810810
811+ .l-stat__col .focus {
812+ background-color : # ddd ;
813+ }
814+ .l-stat__col .focus a {
815+ border-bottom : 3px solid # AACC0D ;
816+ }
817+
818+
811819.l-stat__col a : hover .l-stat__col-title {
812820 color : # ff6701 ;
813821}
Original file line number Diff line number Diff line change 151151 }
152152 ) ;
153153
154- shortcut . add ( "Ctrl+Backspace" , function ( ) {
155- if ( $ ( 'form#vstobjects button.cancel' ) [ 0 ] ) {
154+ // shortcut.add("Ctrl+Backspace", function(){
155+ shortcut . add ( "Backspace" , function ( ) {
156+ console . log ( "read" ) ;
157+ if ( $ ( 'form#vstobjects .button.cancel' ) [ 0 ] ) {
156158 location . href = $ ( 'form#vstobjects input.cancel' ) . attr ( 'onclick' ) . replace ( "location.href='" , "" ) . replace ( "'" , "" ) ;
157159 }
158160 } , {
159161 'type' : 'keydown' ,
160162 'propagate' : false ,
161- 'disable_in_input' : false ,
163+ 'disable_in_input' : true ,
162164 'target' : document
163165 }
164166 ) ;
You can’t perform that action at this time.
0 commit comments