mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
revision history: no hover state on buttons when disabled
This commit is contained in:
@ -10,6 +10,9 @@
|
||||
}
|
||||
#revision-controls {
|
||||
float: left;
|
||||
.btn[disabled]:hover {
|
||||
color: #534d4b;
|
||||
}
|
||||
}
|
||||
#display-modes {
|
||||
text-align: right;
|
||||
|
Reference in New Issue
Block a user