mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
bootstrap: Clean up .close references.
Removing `.alert` from the dark theme seems acceptable, as there is nowhere in the codebase we're setting a `text-shadow` value that would require `none` here.
This commit is contained in:
6
web/third/bootstrap/css/bootstrap-alert.css
vendored
6
web/third/bootstrap/css/bootstrap-alert.css
vendored
@@ -18,12 +18,6 @@
|
||||
.alert h4 {
|
||||
margin: 0;
|
||||
}
|
||||
.alert .close {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
right: -21px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.alert-success {
|
||||
background-color: #dff0d8;
|
||||
border-color: #d6e9c6;
|
||||
|
||||
23
web/third/bootstrap/css/bootstrap.app.css
vendored
23
web/third/bootstrap/css/bootstrap.app.css
vendored
@@ -101,26 +101,3 @@ input:focus:invalid:focus {
|
||||
-moz-box-shadow: 0 0 6px #f8b9b7;
|
||||
box-shadow: 0 0 6px #f8b9b7;
|
||||
}
|
||||
.close {
|
||||
float: right;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
color: #000000;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
opacity: 0.2;
|
||||
}
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
opacity: 0.4;
|
||||
}
|
||||
button.close {
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user