.edit_syllabus_link {
  /* Prevents clicks, taps, and other mouse events */
  pointer-events: none;

  /* Makes the button look faded or "grayed out" */
  opacity: 0.6;

  /* Changes the mouse cursor to show the button is not clickable */
  cursor: not-allowed;
}
