mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Breaking changes.
This commit is contained in:
parent
2b2656b7e1
commit
1ae45f6cbb
56 changed files with 457 additions and 379 deletions
14
src/_h5ai/public/css/lib/misc.less
Normal file
14
src/_h5ai/public/css/lib/misc.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
::-moz-selection {
|
||||
color: @col-text-native-selection;
|
||||
background: @col-back-native-selection;
|
||||
text-shadow: none;
|
||||
}
|
||||
::selection {
|
||||
color: @col-text-native-selection;
|
||||
background: @col-back-native-selection;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue