We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16922b commit afbd84fCopy full SHA for afbd84f
lib/components/narrative/default/itinerary-summary.js
@@ -3,6 +3,8 @@ import React, { Component } from 'react'
3
import PropTypes from 'prop-types'
4
import styled from 'styled-components'
5
6
+// FIXME: Some of these must be marked !important, otherwise the summary-block
7
+// mode-block css class selectors will take precedence.
8
const Block = styled.div`
9
background-color: ${props => getModeColor(props.mode)};
10
height: 24px!important;
0 commit comments