Skip to content

Instantly share code, notes, and snippets.

@nabettu
Last active August 22, 2018 14:57
Show Gist options
  • Select an option

  • Save nabettu/4ce6a49ec647313870e68151196c5584 to your computer and use it in GitHub Desktop.

Select an option

Save nabettu/4ce6a49ec647313870e68151196c5584 to your computer and use it in GitHub Desktop.
google drive上でダウンロードボタンのすぐ下に出てくる削除ボタンを、誤って押さないように隠すcss
[data-tooltip="削除"]{
display:none !important;
}
[role="menu"] div:first-child div[role="menuitem"]:last-child{
display:none !important;
}
@nabettu

nabettu commented Sep 28, 2017

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment