15 lines
269 B
SCSS
Executable File
15 lines
269 B
SCSS
Executable File
.p-fieldset {
|
|
.p-fieldset-legend {
|
|
border: 0 none;
|
|
}
|
|
|
|
&.p-fieldset-toggleable {
|
|
.p-fieldset-legend {
|
|
a {
|
|
&:focus {
|
|
background: $emphasis-lower;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |