forked from matrix/element-web
Merge pull request #5458 from vector-im/rxl881/widgetTitleBorder
Add back bottom border to widget title bar
This commit is contained in:
commit
56c6a15ddf
|
@ -74,7 +74,7 @@ limitations under the License.
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
// background-color: $e2e-verified-color;
|
// background-color: $e2e-verified-color;
|
||||||
// border-bottom: 1px solid $primary-hairline-color;
|
border-bottom: 1px solid $primary-hairline-color;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue