aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index 2df2d0680..b4a6b8679 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -264,18 +264,6 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
264 } 264 }
265} 265}
266 266
267.btn-outline-tertiary {
268 color: pvar(--secondaryColor);
269 border-color: pvar(--secondaryColor);
270
271 &:focus-within,
272 &:focus,
273 &:hover {
274 color: pvar(--mainBackgroundColor);
275 background-color: pvar(--secondaryColor);
276 }
277}
278
279.btn-group.select-button { 267.btn-group.select-button {
280 font-weight: $font-semibold; 268 font-weight: $font-semibold;
281 269