UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

8 lines (7 loc) 232 B
/** * [ACL](https://ohayojp.com/acl/control) 使用 `display: none` 隐藏未授权元素 * [ACL](https://ohayojp.com/acl/control) Hides the unauthorized element with `display: none` */ .acl__hide { display: none !important; }