@@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- .mx_TagPanel {
17+ .mx_GroupFilterPanel {
1818 flex : 1 ;
19- background-color : $tagpanel -bg-color ;
19+ background-color : $groupFilterPanel -bg-color ;
2020 cursor : pointer ;
2121
2222 display : flex ;
@@ -26,49 +26,49 @@ limitations under the License.
2626 min-height : 0 ;
2727}
2828
29- .mx_TagPanel_items_selected {
29+ .mx_GroupFilterPanel_items_selected {
3030 cursor : pointer ;
3131}
3232
33- .mx_TagPanel .mx_TagPanel_divider {
33+ .mx_GroupFilterPanel .mx_GroupFilterPanel_divider {
3434 height : 0px ;
3535 width : 90% ;
3636 border : none ;
37- border-bottom : 1px solid $tagpanel -divider-color ;
37+ border-bottom : 1px solid $groupFilterPanel -divider-color ;
3838}
3939
40- .mx_TagPanel .mx_TagPanel_scroller {
40+ .mx_GroupFilterPanel .mx_GroupFilterPanel_scroller {
4141 flex-grow : 1 ;
4242 width : 100% ;
4343}
4444
45- .mx_TagPanel .mx_TagPanel_tagTileContainer {
45+ .mx_GroupFilterPanel .mx_GroupFilterPanel_tagTileContainer {
4646 display : flex ;
4747 flex-direction : column ;
4848 align-items : center ;
4949
5050 padding-top : 6px ;
5151}
52- .mx_TagPanel .mx_TagPanel_tagTileContainer > div {
52+ .mx_GroupFilterPanel .mx_GroupFilterPanel_tagTileContainer > div {
5353 margin : 6px 0 ;
5454}
5555
56- .mx_TagPanel .mx_TagTile {
56+ .mx_GroupFilterPanel .mx_TagTile {
5757 // opacity: 0.5;
5858 position : relative ;
5959}
6060
61- .mx_TagPanel .mx_TagTile.mx_TagTile_prototype {
61+ .mx_GroupFilterPanel .mx_TagTile.mx_TagTile_prototype {
6262 padding : 3px ;
6363}
6464
65- .mx_TagPanel .mx_TagTile :focus ,
66- .mx_TagPanel .mx_TagTile :hover ,
67- .mx_TagPanel .mx_TagTile.mx_TagTile_selected {
65+ .mx_GroupFilterPanel .mx_TagTile :focus ,
66+ .mx_GroupFilterPanel .mx_TagTile :hover ,
67+ .mx_GroupFilterPanel .mx_TagTile.mx_TagTile_selected {
6868 // opacity: 1;
6969}
7070
71- .mx_TagPanel .mx_TagTile.mx_TagTile_selected_prototype {
71+ .mx_GroupFilterPanel .mx_TagTile.mx_TagTile_selected_prototype {
7272 background-color : $primary-bg-color ;
7373 border-radius : 6px ;
7474}
@@ -108,7 +108,7 @@ limitations under the License.
108108 }
109109}
110110
111- .mx_TagPanel .mx_TagTile_plus {
111+ .mx_GroupFilterPanel .mx_TagTile_plus {
112112 margin-bottom : 12px ;
113113 height : 32px ;
114114 width : 32px ;
@@ -132,7 +132,7 @@ limitations under the License.
132132 }
133133}
134134
135- .mx_TagPanel .mx_TagTile.mx_TagTile_selected ::before {
135+ .mx_GroupFilterPanel .mx_TagTile.mx_TagTile_selected ::before {
136136 content : ' ' ;
137137 height : 100% ;
138138 background-color : $accent-color ;
@@ -142,7 +142,7 @@ limitations under the License.
142142 border-radius : 0 3px 3px 0 ;
143143}
144144
145- .mx_TagPanel .mx_TagTile.mx_AccessibleButton :focus {
145+ .mx_GroupFilterPanel .mx_TagTile.mx_AccessibleButton :focus {
146146 filter : none ;
147147}
148148
0 commit comments