remove user-select on stat-graphic
This commit is contained in:
parent
8452012af0
commit
ef7d8ecc0e
1 changed files with 2 additions and 0 deletions
|
@ -2924,6 +2924,7 @@ footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time.stat-widget .stat-amount {
|
.time.stat-widget .stat-amount {
|
||||||
|
@ -2933,6 +2934,7 @@ footer {
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 0 2px rgba(0,8,14,.2);
|
text-shadow: 0 2px rgba(0,8,14,.2);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time.stat-widget .stat-dial {
|
.time.stat-widget .stat-dial {
|
||||||
|
|
Loading…
Reference in a new issue