File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 125125 line-height : inherit ;
126126 margin-block : 16px 24px ;
127127 margin-inline : auto ;
128+ border-color : currentcolor ;
128129
129130 & :hover {
130131 background-color : color .adjust (#d46f4d , $lightness : -10% );
Original file line number Diff line number Diff line change @@ -35,17 +35,19 @@ $sidebar-gap: 30px;
3535 border-color : #ccc ;
3636 padding-block : 6px ;
3737 padding-inline : 12px ;
38-
39- .pro-badge {
40- margin-inline-start : auto ;
41- }
4238 }
4339
4440 & .no-condition .cond-badge {
4541 background : transparent ;
4642 color : inherit ;
4743 border : 1px solid currentcolor ;
4844 }
45+
46+ & .no-condition :hover .cond-badge {
47+ color : #fff ;
48+ background : theme .$accent ;
49+ border-color : theme .$accent ;
50+ }
4951}
5052
5153.snippet-form {
You can’t perform that action at this time.
0 commit comments