File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 2323 @at-root .row-actions & {
2424 color : #8c8c8c ;
2525 padding-inline : 0px ;
26+ text-transform : capitalize ;
27+ font-weight : 500 ;
2628 }
2729
2830 .dashicons {
8587.inverted-badges .badge {
8688 color : #fff ;
8789 background-color : #a7aaad ;
90+ border-color : #fff !important ;
91+
92+ .dashicons {
93+ color : #fff ;
94+ }
95+ }
96+
97+ .nav-tab-inactive {
98+ $colors : map .get (theme .$badges , ' pro' );
99+ $text-color : list .nth ($colors , 2 );
100+ $background-color : list .nth ($colors , 1 );
101+
102+ .badge.pro-badge {
103+ color : $text-color ;
104+ background-color : $background-color ;
105+ }
106+
107+ & :hover {
108+ & .button , .dashicons-external {
109+ color : #3c434a ;
110+ }
111+
112+ .badge.pro-badge {
113+ color : $background-color ;
114+ background-color : $text-color ;
115+ }
116+ }
88117}
89118
90119.nav-tab-inactive {
You can’t perform that action at this time.
0 commit comments