mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
clean up variable usage with colors
This commit is contained in:
+2
-2
@@ -144,7 +144,7 @@ table {
|
||||
margin-top: 7px;
|
||||
border-width: 0 4px 4px;
|
||||
border-style: solid;
|
||||
border-color: #000 transparent;
|
||||
border-color: @black transparent;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
@@ -174,7 +174,7 @@ table {
|
||||
border-bottom: none;
|
||||
border-left: 4px solid transparent;
|
||||
border-right: 4px solid transparent;
|
||||
border-top: 4px solid #000;
|
||||
border-top: 4px solid @black;
|
||||
visibility:visible;
|
||||
.box-shadow(none); //can't add boxshadow to downward facing arrow :(
|
||||
.opacity(60);
|
||||
|
||||
Reference in New Issue
Block a user