/**
 * sinfonio module for Craft CMS
 *
 * sinfonio CSS
 *
 * @author    pk
 * @copyright Copyright (c) 2021 pk
 * @link      pk.com
 * @package   SinfonioModule
 * @since     1.0.0
 */

/*
Hide the site switcher on the globals page and we'll show it only in conditions laid out in the JS
*/
.edit-global-set #context-btn {
    display: none;
}