You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/02/28 08:47:23 UTC

[myfaces-tobago] branch master updated: cleanup CSS: .label is not a BS4 class

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new e7c6fcc  cleanup CSS: .label is not a BS4 class
e7c6fcc is described below

commit e7c6fcc25e9c2e3732bca5cd5f56c327cb2c780e
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Feb 28 09:47:24 2018 +0100

    cleanup CSS: .label is not a BS4 class
---
 .../src/main/scss/_speyside-overwrites.scss        | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git a/tobago-theme/tobago-theme-speyside/src/main/scss/_speyside-overwrites.scss b/tobago-theme/tobago-theme-speyside/src/main/scss/_speyside-overwrites.scss
index f5298f8..af393d4 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/scss/_speyside-overwrites.scss
+++ b/tobago-theme/tobago-theme-speyside/src/main/scss/_speyside-overwrites.scss
@@ -779,50 +779,6 @@ li:last-child {
   }
 }
 
-.label {
-  display: inline-block;
-  padding: .25em .4em;
-  font-size: 75%;
-  font-weight: 700;
-  line-height: 1;
-  color: #fff;
-  text-align: center;
-  white-space: nowrap;
-  vertical-align: baseline;
-  border-radius: .25rem
-
-}
-
-.label-pill {
-  padding-right: .6em;
-  padding-left: .6em;
-  border-radius: 10rem
-}
-
-.label-danger {
-  background-color: theme-color("danger");
-}
-
-.label-info {
-  background-color: theme-color("info");
-}
-
-.label-warning {
-  background-color: theme-color("warning");
-}
-
-.label-success {
-  background-color: theme-color("success");
-}
-
-.label-primary {
-  background-color: theme-color("primary");
-}
-
-.label-default {
-  background-color: $gray-700;
-}
-
 // checkboxes and radio buttons
 .tobago-selectBooleanCheckbox, .tobago-selectManyCheckbox, .tobago-selectOneRadio {
   .form-check-label {

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.