Skip to content
  • Nikita Churaev's avatar
    Fix pathbar jumpiness due to label bolding · 653d3ae6
    Nikita Churaev authored
    - Use a GtkStack to switch between the normal and the selected labels
      instead of using custom code which was error-prone and caused the
      path bar to change its width and its items to shift while the user
      navigated through the file system.
    
    - Assign the "selected-label" class to the selected label and use CSS
      font-weight instead of hardcoding the style.
    
    - Clean up some code along the way.
    653d3ae6