mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
remove cursor on unclickable elements
This commit is contained in:
parent
e294ae6e60
commit
c0dd8c46ad
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue