mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
remove red circle around the btn-close while focus
This commit is contained in:
parent
ef4677a640
commit
d1d000bd74
@ -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 New Issue
Block a user