fix: couple css improvements for webkit-based browsers
introduces a new mixin to handle webkit-based shenanigans. also adds a mixin to make keyboard navigation easier. and other small tweaks to css(like accent color and color scheme).
This commit is contained in:
@ -96,6 +96,11 @@
|
||||
content: '+';
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
// fix for webkit(not including blink)
|
||||
&::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__description {
|
||||
|
Reference in New Issue
Block a user