mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-07-12 15:18:34 +08:00
js updates
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<button class="submit">Add</button>
|
||||
</div>
|
||||
<nav class="filter">
|
||||
<button class="active">all</button>
|
||||
<button class="selected">all</button>
|
||||
<button>active</button>
|
||||
<button>completed</button>
|
||||
</nav>
|
||||
|
||||
@@ -31,7 +31,7 @@ h1 {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.filter .active {
|
||||
.filter .selected {
|
||||
border-bottom: 2px solid blue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user