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.
1 parent ee0d657 commit 7a65f70Copy full SHA for 7a65f70
src/internal-packages/sidebar/lib/components/sidebar.jsx
@@ -209,6 +209,7 @@ class Sidebar extends React.Component {
209
<List
210
width={width}
211
height={height}
212
+ className="compass-sidebar-autosizer-list"
213
overScanRowCount={OVER_SCAN_COUNT}
214
rowCount={this.props.databases.length}
215
rowHeight={this._calculateRowHeight.bind(this)}
src/internal-packages/sidebar/styles/index.less
@@ -1,4 +1,4 @@
1
-@import './sidebar-collection.less';
+@import './sidebar-collection.less';
2
@import './sidebar-database.less';
3
@import './sidebar-instance-properties.less';
4
@@ -229,3 +229,8 @@
229
opacity: 0;
230
}
231
232
+
233
+// Disable the blue (macOS) or orange (RedHat/Ubuntu/Windows) focus outline
234
+.compass-sidebar-autosizer-list:focus {
235
+ outline: 0;
236
+}
0 commit comments