.toolbar-icon-escape-admin {
  display: none!important;
}

/* When a user had LTI admin permissions, the above CSS caused an issue
 * where the toolbar height was calculated incorrectly. Explicitly setting the tab height
 * fixes that issue.
 */
.toolbar-tab {
  height: 40px;
}
