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