File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 2525 padding : theme .$padding ;
2626 }
2727
28- .close ,
29- .icon {
28+ .icon ,
29+ .close {
3030 height : settings .$min-height ;
3131 color : var (--rui-local-foreground-color );
3232 }
4646 line-height : settings .$line-height ;
4747 }
4848
49- .message :is (a , strong ) {
50- font-weight : theme .$emphasis-font-weight ;
51- }
52-
5349 .message strong {
50+ font-weight : theme .$emphasis-font-weight ;
5451 color : var (--rui-local-foreground-color );
5552 }
5653
Original file line number Diff line number Diff line change @@ -201,14 +201,14 @@ helps to improve its accessibility.
201201
202202### Common Theming Options
203203
204- | Custom Property | Description |
205- | ------------------------------------------------------ | -------------- ------------------------------------------------|
206- | ` --rui-Alert__padding ` | Padding between border and message |
207- | ` --rui-Alert__font-weight ` | Message font weight |
208- | ` --rui-Alert__border-width ` | Border width |
209- | ` --rui-Alert__border-radius ` | Corner radius |
210- | ` --rui-Alert__emphasis__font-weight ` | Font weight of text emphasised with ` <strong> ` |
211- | ` --rui-Alert__stripe__width ` | Width of the border at the start of the Alert |
204+ | Custom Property | Description |
205+ | --------------------------------------| ------------------------------------------------|
206+ | ` --rui-Alert__padding ` | Padding between border and message |
207+ | ` --rui-Alert__font-weight ` | Message font weight |
208+ | ` --rui-Alert__border-width ` | Border width |
209+ | ` --rui-Alert__border-radius ` | Corner radius |
210+ | ` --rui-Alert__emphasis__font-weight ` | Font weight of text emphasised with ` <strong> ` |
211+ | ` --rui-Alert__stripe__width ` | Width of the border at the start of the Alert |
212212
213213### Theming Variants
214214
You can’t perform that action at this time.
0 commit comments