mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 22:12:19 +03:00
tabs: user-select none so you cant select navigation tags
This commit is contained in:
parent
7aa7639efd
commit
fa48dd8d22
@ -16,6 +16,7 @@ const STYLES_TAB = css`
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: ${Constants.typescale.lvl1};
|
||||
user-select: none;
|
||||
|
||||
@media (max-width: ${Constants.sizes.mobile}px) {
|
||||
margin-right: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user