Closed arcticicestudio closed 7 years ago
If there is only one tab open the focusing background color does not play well with the base theme background color. Make use of the :only-child pseudo class to change this behavior if only one tab is open.
:only-child
Single tabs are now colored with the base background color.
If there is only one tab open the focusing background color does not play well with the base theme background color. Make use of the
:only-child
pseudo class to change this behavior if only one tab is open.