mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 01:25:38 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
font-size: 11px;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Font Families (with CJK support) */
|
||||
@@ -21,7 +21,6 @@
|
||||
.monaco-shell:lang(ja) { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", "Noto Sans", "Meiryo", "Hiragino Kaku Gothic Pro", "Source Han Sans J", "Source Han Sans JP", "Source Han Sans", "Sazanami Gothic", "IPA Gothic", sans-serif; }
|
||||
.monaco-shell:lang(ko) { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", "Noto Sans", "Malgun Gothic", "Nanum Gothic", "Dotom", "Apple SD Gothic Neo", "AppleGothic", "Source Han Sans K", "Source Han Sans JR", "Source Han Sans", "UnDotum", "FBaekmuk Gulim", sans-serif; }
|
||||
|
||||
@-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
|
||||
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
|
||||
|
||||
.monaco-shell img {
|
||||
@@ -66,29 +65,12 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.monaco-shell input[type="search"]::-webkit-search-decoration,
|
||||
.monaco-shell input[type="search"]::-webkit-search-results-button,
|
||||
.monaco-shell input[type="search"]::-webkit-search-results-decoration {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.monaco-shell input[type="search"]::-webkit-search-cancel-button {
|
||||
-webkit-appearance: none;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
background-image: url('clear.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
/* START Keyboard Focus Indication Styles */
|
||||
|
||||
.monaco-shell [tabindex="0"]:focus,
|
||||
.monaco-shell .synthetic-focus,
|
||||
.monaco-shell select:focus,
|
||||
.monaco-shell input[type="button"]:focus,
|
||||
.monaco-shell input[type="submit"]:focus,
|
||||
.monaco-shell input[type="search"]:focus,
|
||||
.monaco-shell input[type="text"]:focus,
|
||||
.monaco-shell textarea:focus,
|
||||
.monaco-shell input[type="checkbox"]:focus {
|
||||
@@ -98,28 +80,23 @@
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.monaco-shell [tabindex="0"]:active,
|
||||
.monaco-shell select:active,
|
||||
.monaco-shell input[type="button"]:active,
|
||||
.monaco-shell input[type="checkbox"]:active,
|
||||
.monaco-shell .monaco-tree .monaco-tree-row
|
||||
.monaco-action-bar .action-item [tabindex="0"]:hover,
|
||||
.monaco-shell .monaco-tree.focused.no-focused-item:active:before {
|
||||
outline: 0 !important; /* fixes some flashing outlines from showing up when clicking */
|
||||
}
|
||||
|
||||
.monaco-shell .mac select:focus {
|
||||
border: none; /* outline is a square, but border has a radius, so we avoid this glitch when focused (https://github.com/Microsoft/vscode/issues/26045) */
|
||||
}
|
||||
|
||||
.monaco-shell.hc-black [tabindex="0"]:focus,
|
||||
.monaco-shell.hc-black .synthetic-focus,
|
||||
.monaco-shell.hc-black select:focus,
|
||||
.monaco-shell.hc-black input[type="button"]:focus,
|
||||
.monaco-shell.hc-black input[type="text"]:focus,
|
||||
.monaco-shell.hc-black textarea:focus,
|
||||
.monaco-shell.hc-black input[type="search"]:focus,
|
||||
.monaco-shell.hc-black input[type="checkbox"]:focus {
|
||||
outline-style: solid;
|
||||
outline-width: 1px;
|
||||
}
|
||||
|
||||
.monaco-shell.hc-black .synthetic-focus input {
|
||||
background: transparent; /* Search input focus fix when in high contrast */
|
||||
}
|
||||
|
||||
.monaco-shell.vs .monaco-tree.focused .monaco-tree-row.focused [tabindex="0"]:focus,
|
||||
.monaco-shell.vs-dark .monaco-tree.focused .monaco-tree-row.focused [tabindex="0"]:focus {
|
||||
.monaco-shell .monaco-tree.focused .monaco-tree-row.focused [tabindex="0"]:focus {
|
||||
outline-width: 1px; /* higher contrast color for focusable elements in a row that shows focus feedback */
|
||||
outline-style: solid;
|
||||
}
|
||||
@@ -140,11 +117,6 @@
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
.monaco-shell.hc-black .monaco-tree.focused.no-focused-item:focus:before {
|
||||
outline-width: 1px;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.monaco-shell .synthetic-focus :focus {
|
||||
outline: 0 !important; /* elements within widgets that draw synthetic-focus should never show focus */
|
||||
}
|
||||
@@ -161,15 +133,4 @@
|
||||
.monaco-shell .monaco-tree.focused:focus,
|
||||
.monaco-shell .monaco-list:focus {
|
||||
outline: 0 !important; /* tree indicates focus not via outline but through the focused item */
|
||||
}
|
||||
|
||||
.monaco-shell [tabindex="0"]:active,
|
||||
.monaco-shell select:active,
|
||||
.monaco-shell input[type="button"]:active,
|
||||
.monaco-shell input[type="submit"]:active,
|
||||
.monaco-shell input[type="checkbox"]:active,
|
||||
.monaco-shell .monaco-tree .monaco-tree-row
|
||||
.monaco-action-bar .action-item [tabindex="0"]:hover,
|
||||
.monaco-shell .monaco-tree.focused.no-focused-item:active:before {
|
||||
outline: 0 !important; /* fixes some flashing outlines from showing up when clicking */
|
||||
}
|
||||
Reference in New Issue
Block a user