Skip to content

Commit 3b8f3e5

Browse files
committed
fix(radio,styles): use latest CSS
1 parent ff5bbf2 commit 3b8f3e5

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.changeset/stale-candies-camp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
'@spectrum-web-components/dropzone': patch
44
'@spectrum-web-components/illustrated-message': patch
55
'@spectrum-web-components/menu': patch
6+
'@spectrum-web-components/radio': patch
67
'@spectrum-web-components/status-light': patch
78
'@spectrum-web-components/styles': patch
89
'@spectrum-web-components/switch': patch

packages/radio/src/radio.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,3 @@ governing permissions and limitations under the License.
2020
:host([disabled]) {
2121
pointer-events: none;
2222
}
23-
24-
/**
25-
* Work around for https://github.com/adobe/spectrum-css/issues/2251
26-
**/
27-
:host([dir='rtl']) #button:after {
28-
transform: translateX(50%) translateY(-50%);
29-
}
30-
31-
/**
32-
* End workaround
33-
**/

0 commit comments

Comments
 (0)