We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaf83b6 + 910d473 commit da8961cCopy full SHA for da8961c
src/data/datatypes.js
@@ -237,7 +237,7 @@ const defaultTypesBase = {
237
isSized: false,
238
hasCheck: false,
239
hasPrecision: false,
240
- noDefault: true,
+ noDefault: false,
241
},
242
ENUM: {
243
type: "ENUM",
@@ -1208,7 +1208,7 @@ const postgresTypesBase = {
1208
1209
1210
hasQuotes: true,
1211
1212
1213
XML: {
1214
type: "XML",
src/index.css
@@ -62,6 +62,11 @@
62
color: inherit;
63
}
64
65
+:disabled {
66
+ /* inherit Semi's cursor style for disabled elements */
67
+ cursor: inherit;
68
+}
69
+
70
::-webkit-scrollbar {
71
width: 8px;
72
height: 8px;
0 commit comments