Initial commit
This commit is contained in:
15
public/theme/extensions/_fieldset.scss
Normal file
15
public/theme/extensions/_fieldset.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.p-fieldset {
|
||||
.p-fieldset-legend {
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
&.p-fieldset-toggleable {
|
||||
.p-fieldset-legend {
|
||||
a {
|
||||
&:focus {
|
||||
background: $emphasis-lower;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user