CODEX_MODULE_DIR is always the /modules subdirectory of CODEX_LIBRARY_DIR, so remove it and derive it that way instead. - Update tests accordingly - Rename test data files accordingly - Use CODEX_LIBRARY_DIR in one place where we had neglected to use a constant Change-Id: Ieb347c2d128f3addfb11f6aca79d63969434f342
1 line
433 B
CSS
1 line
433 B
CSS
.cdx-icon{color:#202122;display:inline-flex;align-items:center;justify-content:center;vertical-align:text-bottom}.cdx-icon svg{fill:currentcolor;width:100%;height:100%}.cdx-icon--x-small{min-width:12px;min-height:12px;width:.75em;height:.75em}.cdx-icon--small{min-width:16px;min-height:16px;width:1em;height:1em}.cdx-icon--medium{min-width:20px;min-height:20px;width:1.25em;height:1.25em}.cdx-icon--flipped svg{transform:scaleX(-1)}
|