mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
Fix btn link hover and tweak dropdown border/shadows
This commit is contained in:
+5
-1
@@ -183,11 +183,15 @@ fieldset[disabled] .btn-link {
|
||||
background-image: none;
|
||||
.box-shadow(none);
|
||||
}
|
||||
.btn-link,
|
||||
.btn-link:hover,
|
||||
.btn-link:active {
|
||||
border-color: transparent;
|
||||
}
|
||||
.btn-link {
|
||||
color: @link-color;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
border-color: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
.btn-link:hover {
|
||||
|
||||
Reference in New Issue
Block a user