mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
remove red circle around the btn-close while focus
This commit is contained in:
parent
ef4677a640
commit
d1d000bd74
1 changed files with 5 additions and 1 deletions
|
@ -132,8 +132,12 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-close {
|
.btn-close {
|
||||||
opacity: 1;
|
box-shadow: none;
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|
Loading…
Reference in a new issue