fluxcapacitor
Version:
A bunch of tools to implement apps the Flux way
19 lines (17 loc) • 513 B
CSS
/*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* base.css overrides
*/
/**
* We are not changing from display:none, but rather re-rendering instead.
* Therefore this needs to be displayed normally by default.
*/
#todo-list li .edit {
display: inline;
}