mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
12 lines
244 B
CSS
12 lines
244 B
CSS
[data-reach-tooltip] {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
padding: 0.25em;
|
|
box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.1);
|
|
white-space: nowrap;
|
|
font-size: 85%;
|
|
background: #f0f0f0;
|
|
color: #444;
|
|
border: solid 1px #ccc;
|
|
}
|