1
1
mirror of https://github.com/primer/css.git synced 2024-12-15 07:23:54 +03:00

Update radio-group.scss

This commit is contained in:
simurai 2020-02-20 13:56:45 +09:00
parent a726536adf
commit 0a94d7cf96

View File

@ -15,7 +15,7 @@
line-height: 20px; // Specifically not inherit our `<body>` default
color: $text-gray-dark;
cursor: pointer;
border: $border-width $border-style $border-gray-dark;
border: $border-width $border-style $border-color;
:checked + & {
position: relative;