mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
fix css issue (#2650)
This commit is contained in:
@@ -100,12 +100,11 @@ modelview-dom-component img {
|
|||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
modelview-dom-component a, a:link{
|
modelview-dom-component a, modelview-dom-component a:link{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgb(0, 0, 238) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
modelview-dom-component a:hover, a:link {
|
modelview-dom-component a:hover, modelview-dom-component a:link {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user