File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ question editing form
4343
4444/** remove any padding from gaps */
4545# tiny_select_area span [id ^= "id" ].item {
46- padding : 0 ;
46+ padding : 0 ;
4747}
4848
4949
@@ -62,7 +62,7 @@ question editing form
6262 width : 100% ;
6363}
6464
65- Visual feedback for gap select area
65+ /* Visual feedback for gap select area */
6666# tiny_select_area {
6767 border : 2px dashed # ccc ;
6868 padding : 10px ;
@@ -93,9 +93,15 @@ Visual feedback for gap select area
9393}
9494
9595@keyframes gap-pulse {
96- 0% { transform : scale (1 ); }
97- 50% { transform : scale (1.05 ); }
98- 100% { transform : scale (1 ); }
96+ 0% {
97+ transform : scale (1 );
98+ }
99+ 50% {
100+ transform : scale (1.05 );
101+ }
102+ 100% {
103+ transform : scale (1 );
104+ }
99105}
100106
101107
You can’t perform that action at this time.
0 commit comments