MCPcopy Create free account
hub / github.com/microsoft/SandDance / getRootClass

Function getRootClass

docs/app/js/sanddance-app.js:30223–30232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30221}
30222// Helper function that will return a class for when the root is focused
30223function getRootClass() {
30224 if (!focusZoneStyles) focusZoneStyles = (0, _mergeStyles.mergeStyles)({
30225 selectors: {
30226 ":focus": {
30227 outline: "none"
30228 }
30229 }
30230 }, focusZoneClass);
30231 return focusZoneStyles;
30232}
30233var _allInstances = {};
30234var _outerZones = new Set();
30235var ALLOWED_INPUT_TYPES = [

Callers 1

sanddance-app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected