remove cursor on unclickable elements

This commit is contained in:
Wes Bos 2023-02-20 17:00:02 -05:00
parent e294ae6e60
commit c0dd8c46ad

View file

@ -207,8 +207,6 @@ body::-webkit-scrollbar-thumb {
padding: 5px; padding: 5px;
color: hsla(0, 100%, 100%, 0.8); color: hsla(0, 100%, 100%, 0.8);
transition: background-color 0.2s; transition: background-color 0.2s;
/* cursor: ${props => (props.clickable ? 'pointer' : 'default')}; */
cursor: pointer;
display: grid; display: grid;
grid-template-columns: 1fr auto; grid-template-columns: 1fr auto;
align-items: center; align-items: center;