File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2828 border : 0 ;
2929 list-style : none;
3030 outline : none;
31+ user-select : none;
32+ -webkit-user-drag : none;
33+ -webkit-app-region : no-drag;
34+ }
35+
36+ * [draggable = "true" ] {
37+ -webkit-user-drag : element;
3138}
3239
3340html , body {
@@ -871,6 +878,10 @@ input[type="number"]::-webkit-inner-spin-button {
871878 bottom : 0 ;
872879}
873880
881+ # log .wrapper > * , # log .wrapper > * > * {
882+ user-select : text;
883+ }
884+
874885# log a {
875886 font-weight : normal;
876887 color : # ffbb00 ;
Original file line number Diff line number Diff line change 3434 font-family : monospace;
3535 color : white;
3636 box-sizing : border-box;
37- -webkit-user-select : text;
3837 float : left;
3938}
4039
40+
41+ .tab-cli .window .wrapper , .tab-cli .window .wrapper > * {
42+ user-select : text;
43+ }
44+
4145.tab-cli textarea [name = 'commands' ] {
4246 -webkit-box-sizing : border-box;
4347 width : 100% ;
You can’t perform that action at this time.
0 commit comments