
FF 154.0 messed up my tab group colors and added a white border around them
/*** TAB COLORS: UPDATED PALETTE ***/
:root {
/* Blue */
--tab-group-color-blue: #0088EF !important;
--tab-group-color-blue-invert: #0088EF !important;
--tab-group-color-blue-pale: #0088EF !important;
/* Purple */
--tab-group-color-purple: #573CFA !important;
--tab-group-color-purple-invert: #573CFA !important;
--tab-group-color-purple-pale: #573CFA !important;
/* Cyan */
--tab-group-color-cyan: #7FBBB3 !important;
--tab-group-color-cyan-invert: #7FBBB3 !important;
--tab-group-color-cyan-pale: #7FBBB3 !important;
/* Orange */
--tab-group-color-orange: #E69875 !important;
--tab-group-color-orange-invert: #E69875 !important;
--tab-group-color-orange-pale: #E69875 !important;
/* Yellow */
--tab-group-color-yellow: #DBBC7F !important;
--tab-group-color-yellow-invert: #DBBC7F !important;
--tab-group-color-yellow-pale: #DBBC7F !important;
/* Pink */
--tab-group-color-pink: #D699B6 !important;
--tab-group-color-pink-invert: #D699B6 !important;
--tab-group-color-pink-pale: #D699B6 !important;
/* Green */
--tab-group-color-green: #A7C080 !important;
--tab-group-color-green-invert: #A7C080 !important;
--tab-group-color-green-pale: #A7C080 !important;
/* Gray */
--tab-group-color-gray: #7A8478 !important;
--tab-group-color-gray-invert: #7A8478 !important;
--tab-group-color-gray-pale: #7A8478 !important;
/* Red */
--tab-group-color-red: #E67E80 !important;
--tab-group-color-red-invert: #E67E80 !important;
--tab-group-color-red-pale: #E67E80 !important;
}
/* tab group's text color */
.tab-group-label,
.urlbarView .urlbarView-action-btn[data-action^="tabgroup"] {
color: #1E2326 !important;
The new update seems to have done something to my tab group colors and added a white border around it when the group is collapsed.
When collapsed:
When not collapsed:
Seems like when it's collapsed it is reverting to the original tab group colors from firefox and not using my CSS colors + it's adding the white border.
I would like to have my tab groups look like they do when they are not collapsed like it was before the update.