Skip to content

Commit 527a1dd

Browse files
committed
Reverted position colour for dissucss to brand-danger, as in previous releases.
- Legacy-Id: 10580
1 parent 4a2b2ef commit 527a1dd

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

bootstrap/dist/css/bootstrap-theme.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/less/ietf.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@
124124

125125

126126
.position-discuss,
127-
.position-block { background-color: @brand-warning; }
127+
.position-block { background-color: @brand-danger; }
128128
.position-yes { background-color: @brand-success; }
129129
.position-noobj { background-color: hsl(hue(@brand-success), 80%, 85%); }
130130
.position-abstain { background-color: hsl(hue(@brand-primary), 80%, 70%); }
131131
.position-recuse { background-color: lighten(@gray-base, 50%); }
132132
.position-norecord { background-color: @body-bg; }
133133

134134
.position-discuss-row,
135-
.position-block-row { background-color: hsl(hue(@brand-warning), 90%, 92%) !important ; }
135+
.position-block-row { background-color: hsl(hue(@brand-danger), 90%, 92%) !important ; }
136136
.position-yes-row { background-color: hsl(hue(@brand-success),100%, 88%) !important ; }
137137
.position-noobj-row { background-color: hsl(hue(@brand-success), 80%, 97%) !important ; }
138138
.position-abstain-row { background-color: hsl(hue(@brand-primary), 90%, 95%) !important ; }

0 commit comments

Comments
 (0)