mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
12 lines
94 B
CSS
12 lines
94 B
CSS
|
a {
|
||
|
user-select: none;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
user-select: contain;
|
||
|
}
|
||
|
|
||
|
.all {
|
||
|
user-select: all;
|
||
|
}
|