Commit d628d080 authored by Almouhannad's avatar Almouhannad

(F) Fix ::ng-deep in header.html

parent 1e89f66d
......@@ -53,20 +53,20 @@
text-align: center; /* or any other alignment you prefer */
}
::ng-deep .btn:focus {
.btn:focus {
background-color: inherit;
box-shadow: none;
}
::ng-deep .btn:active {
.btn:active {
background-color: inherit;
box-shadow: none;
}
::ng-deep .btn:visited {
.btn:visited {
background-color: inherit;
box-shadow: none;
}
::ng-deep .btn:link {
.btn:link {
background-color: inherit;
box-shadow: none;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment