mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Workaround for #35
This commit is contained in:
@@ -204,3 +204,9 @@ a code {
|
||||
.tabs-vertical-example .tabs-nav a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Fix a known issue in Edge: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11495448/ */
|
||||
::selection {
|
||||
background-color: tomato;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -39,3 +39,9 @@ pre code {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fix a known issue in Edge: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11495448/ */
|
||||
::selection {
|
||||
background-color: tomato;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user